summaryrefslogtreecommitdiff
path: root/lib/ss/mk_cmds.sh.in
AgeCommit message (Collapse)AuthorFilesLines
2007-06-30Make it clear in an error message that it is mk_cmds that is complainingTheodore Ts'o1-1/+1
Obviates gentoo patch: e2fsprogs-1.32-mk_cmds-cosmetic.patch Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-11-12Set local environment variables to C so mk_cmds and compile_et always workTheodore Ts'o1-0/+12
Addresses SourceForge Bug: #1532177 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-10-22Add datarootdir definition for compatibility with autoconf 2.60Theodore Ts'o1-0/+1
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-08-05Create the generated files read-only to remind developers not to edit them.Andreas Dilger1-1/+2
Signed-off-by: Andreas Dilger <adilger@clusterfs.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2004-09-17Remove XSI:isms for greater portability. (Addresses Theodore Ts'o1-2/+2
Debian Bug #255589)
2001-09-16Make compile_et and mk_cmds safe from directory pathnames that Theodore Ts'o1-14/+14
contain spaces.
2000-07-04ChangeLog, Makefile.in, ct_c.awk, mk_cmds.sh.in:Theodore Ts'o1-0/+4
ct_c.awk: Work around a bug in gawk 3.05 mk_cmds.sh.in: Allow the build system to override the standard location for finding the ct_c.* files by setting the _SS_DIR_OVERRIDE environment variable. Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the version in the source tree. ChangeLog, Makefile.in: Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the mk_cmds support files from the source tree.
1999-01-04ChangeLog, unix.c:Theodore Ts'o1-1/+1
unix.c (main): Reset the context before calling ext2fs_close(), to avoid referencing already freed memory. ChangeLog, llseek.c: llseek.c (ext2fs_llseek): Change ext2fs_llseek() in the non-Linux case to use EINVAL by default, unless it isn't defined, in which case we use EXT2_ET_INVALID_ARGUMENT instead. ChangeLog, mk_cmds.sh.in: mk_cmds.sh.in: Fixed portability bug in shell script; we were depending on a bash'ism. ChangeLog, uuid.c: uuid.c: Use asm/types.h instead of linux/types.h, to be consistent with other locations where we've had to do this to work around glibc.
1998-08-01ChangeLog, mk_cmds.sh.in:Theodore Ts'o1-1/+1
mk_cmds.sh.in: Fix error message so that it says mk_cmds's template files instead of compile_et's template files. ChangeLog, resize2fs.h: resize2fs.h: Protect include of unistd.h with HAVE_UNISTD_H. e2fsprogs.lsm: Updated for 1.12 release.
1998-04-01ChangeLog, Makefile.in:Theodore Ts'o1-1/+21
Remove libext2fs.info*, not just libext2fs.info*.gz. Add an uninstall-doc-libs target. ChangeLog, Makefile.in, compile_et.1, compile_et.sh.in: Makefile.in: Fix bug where my_dir was set incorrectly. Install the et_c.awk and et_h.awk files in $(datadir)/et (i.e., /usr/share/et) directory. Change to use new installation directory variables convention. Fix uninstall rules to take $(DESTDIR) into account. compile_et.1: Change man page to reflect the fact that compile_et is now a awk/sed script, not a yacc script. compile_et.sh.in: Look in $(datadir)/et for et_c.awk and et_h.awk; if not found, look in the build directory. Add error checking for non-existent input file. ChangeLog, Makefile.in, mk_cmds.sh.in: Makefile.in: Install the ct_c.awk and ct_c.sed files in $(datadir)/ss (i.e., /usr/share/ss) directory. Change to use new installation directory variables convention. Fix uninstall rules to take $(DESTDIR) into account. mk_cmds.sh.in: Look in $(datadir)/ss for ct_c.awk and ct_c.sed; if not found, look in the build directory. Add error checking for non-existent input file. ChangeLog, Makefile.in: Makefile.in: Change to use new installation directory variables convention. Fix uninstall rules to take $(DESTDIR) into account.
1997-04-26Many files:Theodore Ts'o1-0/+24
Checked in e2fsprogs 0.5c