Makefile.in: Avoid including BitKeeper files into the source tarball.

bitmap-optimize
Theodore Ts'o 2001-06-22 20:47:24 -04:00
parent 89a1fa831f
commit 990d96a9d0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-06-22 Theodore Tso <tytso@valinux.com>
* Makefile.in: Avoid including BitKeeper files into the source
tarball.
2001-06-15 Theodore Tso <tytso@valinux.com>
* Release of E2fsprogs 1.21

View File

@ -125,9 +125,10 @@ $(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 \*.gmo \
-o -name TAGS -o -name \*.old -o -name \*.gmo -o -name SCCS \
-o -name changed-files -o -name .#\* \) \
-print) | sed -e "s/e2fsprogs/$$a/" > $(srcdir)/.exclude-file
echo "$(SRCROOT)/BitKeeper" >> $(srcdir)/.exclude-file
echo "$(SRCROOT)/build" >> $(srcdir)/.exclude-file
echo "$(SRCROOT)/rpm.log" >> $(srcdir)/.exclude-file
echo "$(SRCROOT)/TODO" >> $(srcdir)/.exclude-file