OSDN Git Service

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 5538088..d3e74a2 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 72e0b1b..ba9019e 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 3722040..733d82d 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 796968d..0582b02 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 e29ece2..8a1ee84 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 841a67b..9bb52a8 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.