Make make distclean remove all generated files.

Update the po and intl changelog files to indicate that we updated to 
gettext 0.14.1
bitmap-optimize
Theodore Ts'o 2004-11-30 22:06:27 -05:00
parent 8ff1a86005
commit 605e6f0e24
6 changed files with 14 additions and 2 deletions

View File

@ -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.

View 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

View 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

View 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().

View 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

View 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.