From: Theodore Ts'o Date: Wed, 1 Dec 2004 03:06:27 +0000 (-0500) Subject: Make make distclean remove all generated files. X-Git-Tag: E2FSPROGS-1_36~111 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=605e6f0e24757e5e0713bd3206d09cb495d93ab7;p=tools%2Fe2fsprogs.git Make make distclean remove all generated files. Update the po and intl changelog files to indicate that we updated to gettext 0.14.1 --- diff --git a/ChangeLog b/ChangeLog index 5538088..d3e74a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-11-30 Theodore Ts'o + * Makefile.in: Delete autom4te.cache, e2fsprogs.spec, + ext2ed/Makefile, and po/stamp-po on make distclean + * Makefile.in: Use Linux-kernel-style makefile output to make it easier to see errors/warnings. diff --git a/Makefile.in b/Makefile.in index 72e0b1b..ba9019e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -86,9 +86,10 @@ all-libs-recursive install-libs-recursive uninstall-libs-recursive install-shlib mostlyclean: mostlyclean-recursive mostlyclean-local clean: clean-recursive clean-local clean-doc - $(RM) -f $(SUBS) + $(RM) -f $(SUBS) distclean: distclean-doc distclean-recursive distclean-local + $(RM) -rf autom4te.cache e2fsprogs.spec ext2ed/Makefile po/stamp-po realclean: realclean-recursive realclean-local diff --git a/intl/ChangeLog b/intl/ChangeLog index 3722040..733d82d 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,7 @@ +2004-11-30 Theodore Ts'o + + * Update to gettext version 0.14.1 + 2004-02-28 Theodore Ts'o * Release of E2fsprogs 1.35 diff --git a/misc/ChangeLog b/misc/ChangeLog index 796968d..0582b02 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,5 +1,7 @@ 2004-11-30 Theodore Ts'o + * Makefile.in: Delete e2initrd_helper when doing a make clean. + * tune2fs.c: If there is a question mark in the device name, separate out the options to the IO layer, and pass it on to ext2fs_open2(). diff --git a/misc/Makefile.in b/misc/Makefile.in index e29ece2..8a1ee84 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -279,7 +279,7 @@ uninstall: clean: $(RM) -f $(SPROGS) $(USPROGS) $(UPROGS) $(UMANPAGES) $(SMANPAGES) \ base_device base_device.out mke2fs.static filefrag \ - \#* *.s *.o *.a *~ core + e2initrd_helper \#* *.s *.o *.a *~ core mostlyclean: clean distclean: clean diff --git a/po/ChangeLog b/po/ChangeLog index 841a67b..9bb52a8 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,5 +1,7 @@ 2004-11-30 Theodore Ts'o + * Update to gettext version 0.14.1 + * Makefile.in.in: Use Linux-kernel-style makefile output to make it easier to see errors/warnings.