]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Change compile_et to generate header files that use <et/com_err.h>
authorTheodore Ts'o <tytso@mit.edu>
Mon, 31 Mar 2003 03:26:13 +0000 (22:26 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 31 Mar 2003 03:26:13 +0000 (22:26 -0500)
commit91835c151fd48fd03bfe74133b8214486af18c12
tree19f92b8260cea37d1db8f94f190c213175813fe2
parentac6e94c16c5466e0fae9f35a70a6c0b96e5df2d4
Change compile_et to generate header files that use <et/com_err.h>
instead of <com_err.h>, so the current version of the header file
is used.

Add a --build-tree option to compile_et to make sure that it uses
the et_?.awk files from the build tree.

Remove legacy support for varargs.h, K&R C, and pre-POSIX signal
support.  Also fixed gcc -Wall nits.
26 files changed:
lib/et/ChangeLog
lib/et/com_err.c
lib/et/com_err.h
lib/et/com_err.texinfo
lib/et/compile_et.sh.in
lib/et/error_message.c
lib/et/error_table.h
lib/et/et_h.awk
lib/et/init_et.c
lib/et/internal.h
lib/ext2fs/ChangeLog
lib/ext2fs/Makefile.in
lib/ss/ChangeLog
lib/ss/Makefile.in
lib/ss/ct_c.awk
lib/ss/error.c
lib/ss/get_readline.c
lib/ss/invocation.c
lib/ss/list_rqs.c
lib/ss/listen.c
lib/ss/pager.c
lib/ss/prompt.c
lib/ss/request_tbl.c
lib/ss/requests.c
lib/ss/ss.h
lib/ss/ss_internal.h