about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-10-08 07:58:03 +0000
committerUlrich Drepper <drepper@redhat.com>2002-10-08 07:58:03 +0000
commit44f8b0fd29027efd23d3267ffa664bc612bdb473 (patch)
tree2f2402f037139c61012d9516c55d170272ac38d1
parent6eedbd5fceeead9ecd7877083b4454397441693b (diff)
downloadglibc-44f8b0fd29027efd23d3267ffa664bc612bdb473.tar.gz
glibc-44f8b0fd29027efd23d3267ffa664bc612bdb473.tar.xz
glibc-44f8b0fd29027efd23d3267ffa664bc612bdb473.zip
Update.
2002-10-08  Ulrich Drepper  <drepper@redhat.com>

	* Make-dist (dist): Cleanup a bit.  We are not interested in the
	14 char filename limit anymore.  Remove intermediate files and
	symlinks.
-rw-r--r--ChangeLog6
-rw-r--r--Make-dist4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ece20b88d..2e2b57f4e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-08  Ulrich Drepper  <drepper@redhat.com>
+
+	* Make-dist (dist): Cleanup a bit.  We are not interested in the
+	14 char filename limit anymore.  Remove intermediate files and
+	symlinks.
+
 2002-10-05  Ulrich Drepper  <drepper@redhat.com>
 
 	* po/sk.po: Update from translation team.
diff --git a/Make-dist b/Make-dist
index 659dbff2d2..9417904287 100644
--- a/Make-dist
+++ b/Make-dist
@@ -207,16 +207,16 @@ configure: configure.in aclocal.m4; $(autoconf-it)
 %/configure: %/configure.in aclocal.m4; $(autoconf-it)
 
 dist: $(tardir).tar.bz2
+	rm $(tardir).tar
 
 subdir_dist: dist.tar
 dist.tar: README $(tardir) $(+tsrcs)
 	tar chvf $@ $(addprefix $(tardir)/,$(filter-out $(tardir),$^))
 
 $(tardir).tar: dist.tar subdir_dist
-	@echo Files listed here have names exceeding 14 chars.
-	tar xfv $< -C $${TMPDIR-/tmp} | sed -n '/[^/]\{15,\}/p'
 	tar covf $@ -C $${TMPDIR-/tmp} $(tardir)
 	-rm -fr $${TMPDIR-/tmp}/$(tardir) dist.tar &
+	rm $(tardir)
 
 %.Z: %
 	compress -c $< > $@