]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 8 Oct 2002 07:58:03 +0000 (07:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 8 Oct 2002 07:58:03 +0000 (07:58 +0000)
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.

ChangeLog
Make-dist

index 3ece20b88d7419aa5ea03dba21cceca925c44951..2e2b57f4e7a33e1dc813a0ccdd3965605a800c45 100644 (file)
--- 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.
index 659dbff2d24d9c60a2f486b35b08d74a600adbbc..94179042875e0a0d73b1f899c250848b3ff8333e 100644 (file)
--- 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 $< > $@
This page took 0.036769 seconds and 5 git commands to generate.