mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 10:33:35 +08:00
ChangeLog, Makefile.in:
Makefile.in (distclean): Remove TAGS and Makefile.in.old from the source directory. Also, when making the .exclude file for the source_tar_file, exclude those two files as well. Makefile.in (distclean): Remove TAGS and Makefile.in.old from the source directory.
This commit is contained in:
parent
4bca5ba90e
commit
5c36a2f85b
@ -1,3 +1,9 @@
|
||||
1999-11-19 <tytso@valinux.com>
|
||||
|
||||
* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
|
||||
the source directory. Also, when making the .exclude file
|
||||
for the source_tar_file, exclude those two files as well.
|
||||
|
||||
1999-11-10 <tytso@valinux.com>
|
||||
|
||||
* Release of E2fsprogs 1.18
|
||||
|
@ -90,10 +90,14 @@ include/asm/types.h: $(DEP_SUBSTITUTE) $(srcdir)/include/asm/types.h.in
|
||||
|
||||
mostlyclean-local:
|
||||
$(RM) -f \#* *~ core MAKELOG
|
||||
|
||||
clean-local: mostlyclean-local
|
||||
|
||||
distclean-local: clean-local
|
||||
$(RM) -f include/asm/types.h $(SUBST_CONF)
|
||||
$(RM) -f config.status config.log config.cache MCONFIG Makefile
|
||||
$(RM) -f include/asm/types.h $(SUBST_CONF) \
|
||||
config.status config.log config.cache MCONFIG Makefile \
|
||||
$(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
||||
|
||||
realclean-local: distclean-local
|
||||
$(RM) -f configure
|
||||
|
||||
@ -117,6 +121,7 @@ $(srcdir)/.exclude-file:
|
||||
a=$(SRCROOT); \
|
||||
(cd $(srcdir)/.. ; find e2fsprogs \( -name \*~ -o -name \*.orig \
|
||||
-o -name CVS -o -name \*.rej -o -name Makefile.pq \
|
||||
-o -name TAGS -o -name \*.old \
|
||||
-o -name TODO -o -name changed-files -o -name .#\* \) \
|
||||
-print) | sed -e "s/e2fsprogs/$$a/" > $(srcdir)/.exclude-file
|
||||
echo "$(SRCROOT)/build" >> $(srcdir)/.exclude-file
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-19 <tytso@valinux.com>
|
||||
|
||||
* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
|
||||
the source directory.
|
||||
|
||||
1999-11-10 <tytso@valinux.com>
|
||||
|
||||
* Release of E2fsprogs 1.18
|
||||
|
@ -65,7 +65,8 @@ clean:
|
||||
|
||||
mostlyclean: clean
|
||||
distclean: clean
|
||||
$(RM) -f debug_cmds.c .depend Makefile
|
||||
$(RM) -f debug_cmds.c .depend Makefile $(srcdir)/TAGS \
|
||||
$(srcdir)/Makefile.in.old
|
||||
|
||||
# +++ Dependency line eater +++
|
||||
#
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-19 <tytso@valinux.com>
|
||||
|
||||
* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
|
||||
the source directory.
|
||||
|
||||
1999-11-10 <tytso@valinux.com>
|
||||
|
||||
* Release of E2fsprogs 1.18
|
||||
|
@ -144,7 +144,7 @@ clean:
|
||||
|
||||
mostlyclean: clean
|
||||
distclean: clean
|
||||
$(RM) -f .depend Makefile
|
||||
$(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
||||
|
||||
# +++ Dependency line eater +++
|
||||
#
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-19 <tytso@valinux.com>
|
||||
|
||||
* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
|
||||
the source directory.
|
||||
|
||||
1999-11-10 <tytso@valinux.com>
|
||||
|
||||
* Release of E2fsprogs 1.18
|
||||
|
@ -85,7 +85,7 @@ clean::
|
||||
$(RM) -f ../libe2p.a ../libe2p_p.a
|
||||
mostlyclean:: clean
|
||||
distclean:: clean
|
||||
$(RM) -f .depend Makefile
|
||||
$(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
||||
|
||||
# +++ Dependency line eater +++
|
||||
#
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-19 <tytso@valinux.com>
|
||||
|
||||
* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
|
||||
the source directory.
|
||||
|
||||
1999-11-10 <tytso@valinux.com>
|
||||
|
||||
* Release of E2fsprogs 1.18
|
||||
|
@ -113,7 +113,7 @@ clean::
|
||||
$(RM) -f ../libcom_err.a ../libcom_err_p.a
|
||||
mostlyclean:: clean
|
||||
distclean:: clean
|
||||
$(RM) -f .depend Makefile
|
||||
$(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
||||
|
||||
# +++ Dependency line eater +++
|
||||
#
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-19 <tytso@valinux.com>
|
||||
|
||||
* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
|
||||
the source directory.
|
||||
|
||||
1999-11-10 <tytso@valinux.com>
|
||||
|
||||
* Release of E2fsprogs 1.18
|
||||
|
@ -189,12 +189,13 @@ uninstall::
|
||||
|
||||
clean::
|
||||
$(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* checker/* \
|
||||
ext2_err.et ext2_err.c ext2_err.h \
|
||||
tst_badblocks tst_iscan ext2_err.et ext2_err.c ext2_err.h \
|
||||
../libext2fs.a ../libext2fs_p.a ../libext2fs_chk.a
|
||||
|
||||
mostlyclean:: clean
|
||||
distclean:: clean
|
||||
$(RM) -f .depend ext2_err.c ext2_err.h Makefile
|
||||
$(RM) -f .depend ext2_err.c ext2_err.h Makefile \
|
||||
$(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
||||
|
||||
# +++ Dependency line eater +++
|
||||
#
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-19 <tytso@valinux.com>
|
||||
|
||||
* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
|
||||
the source directory.
|
||||
|
||||
1999-11-10 <tytso@valinux.com>
|
||||
|
||||
* Release of E2fsprogs 1.18
|
||||
|
@ -158,7 +158,7 @@ clean::
|
||||
|
||||
mostlyclean:: clean
|
||||
distclean:: clean
|
||||
$(RM) -f .depend Makefile
|
||||
$(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
||||
|
||||
# +++ Dependency line eater +++
|
||||
#
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-19 <tytso@valinux.com>
|
||||
|
||||
* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
|
||||
the source directory.
|
||||
|
||||
1999-11-10 <tytso@valinux.com>
|
||||
|
||||
* Release of E2fsprogs 1.18
|
||||
|
@ -149,7 +149,7 @@ check:: tst_uuid
|
||||
|
||||
mostlyclean:: clean
|
||||
distclean:: clean
|
||||
$(RM) -f .depend Makefile
|
||||
$(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
||||
|
||||
# +++ Dependency line eater +++
|
||||
#
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-19 <tytso@valinux.com>
|
||||
|
||||
* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
|
||||
the source directory.
|
||||
|
||||
1999-11-10 <tytso@valinux.com>
|
||||
|
||||
* Release of E2fsprogs 1.18
|
||||
|
@ -169,7 +169,7 @@ clean:
|
||||
|
||||
mostlyclean: clean
|
||||
distclean: clean
|
||||
$(RM) -f .depend Makefile
|
||||
$(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
||||
|
||||
# +++ Dependency line eater +++
|
||||
#
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-19 <tytso@valinux.com>
|
||||
|
||||
* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
|
||||
the source directory.
|
||||
|
||||
1999-11-10 <tytso@valinux.com>
|
||||
|
||||
* Release of E2fsprogs 1.18
|
||||
|
@ -87,8 +87,9 @@ clean:
|
||||
resize2fs.static test_extent.out
|
||||
|
||||
mostlyclean: clean
|
||||
|
||||
distclean: clean
|
||||
$(RM) -f .depend Makefile
|
||||
$(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
||||
|
||||
#
|
||||
# Kludge to create a "special" e2fsprogs distribution file.
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-19 <tytso@valinux.com>
|
||||
|
||||
* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
|
||||
the source directory.
|
||||
|
||||
1999-11-10 <tytso@valinux.com>
|
||||
|
||||
* Release of E2fsprogs 1.18
|
||||
|
@ -53,7 +53,7 @@ check:
|
||||
|
||||
mostlyclean: clean
|
||||
distclean: clean
|
||||
$(RM) -f .depend Makefile
|
||||
$(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
||||
|
||||
# +++ Dependency line eater +++
|
||||
#
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-11-19 <tytso@valinux.com>
|
||||
|
||||
* Makefile.in (distclean): Remove TAGS and Makefile.in.old from
|
||||
the source directory.
|
||||
|
||||
1999-11-10 <tytso@valinux.com>
|
||||
|
||||
* Release of E2fsprogs 1.18
|
||||
|
@ -29,7 +29,7 @@ clean:
|
||||
mostlyclean: clean
|
||||
|
||||
distclean: clean
|
||||
$(RM) -f .depend Makefile
|
||||
$(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
||||
|
||||
# +++ Dependency line eater +++
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user