]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Make make distclean remove all generated files.
authorTheodore Ts'o <tytso@mit.edu>
Wed, 1 Dec 2004 03:06:27 +0000 (22:06 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Dec 2004 03:06:27 +0000 (22:06 -0500)
Update the po and intl changelog files to indicate that we updated to
gettext 0.14.1

ChangeLog
Makefile.in
intl/ChangeLog
misc/ChangeLog
misc/Makefile.in
po/ChangeLog

index 553808832db9d956b8efd50fbd53535e770b2663..d3e74a247d94391bc82c23147645268fb0c56b90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-11-30  Theodore Ts'o  <tytso@mit.edu>
 
+       * 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.
 
index 72e0b1b226b494340492a55ea821d67a451b43d3..ba9019ebf03b95bd54029664c30c3647d66135a7 100644 (file)
@@ -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
 
index 3722040b519bfe214682669bba967863fb2d0028..733d82df492c5067d6166663c9157eebe469fc26 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-30  Theodore Ts'o  <tytso@mit.edu>
+
+       * Update to gettext version 0.14.1
+
 2004-02-28  Theodore Ts'o  <tytso@mit.edu>
 
        * Release of E2fsprogs 1.35
index 796968d011adf431f54ebdff36a44df2dce1e180..0582b02b200ca7d6c3f4183d9cf09d06509055c3 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-30  Theodore Ts'o  <tytso@mit.edu>
 
+       * 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().
index e29ece22f4f89479d57fdd4755ffa4a4a1f0c2c4..8a1ee84da39456541af5b675da449bf8929d8bc2 100644 (file)
@@ -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
index 841a67bace88cae733e9ca46a51752491b177367..9bb52a84e8c890e18eb9c8d5596239a3a2a17a46 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-30  Theodore Ts'o  <tytso@mit.edu>
 
+       * Update to gettext version 0.14.1
+
        * Makefile.in.in: Use Linux-kernel-style makefile output to make it
                easier to see errors/warnings.