From: Ulrich Drepper Date: Tue, 8 Oct 2002 07:58:03 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~20960 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44f8b0fd29027efd23d3267ffa664bc612bdb473;p=external%2Fglibc.git Update. 2002-10-08 Ulrich Drepper * Make-dist (dist): Cleanup a bit. We are not interested in the 14 char filename limit anymore. Remove intermediate files and symlinks. --- diff --git a/ChangeLog b/ChangeLog index 3ece20b..2e2b57f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-10-08 Ulrich Drepper + + * 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 * po/sk.po: Update from translation team. diff --git a/Make-dist b/Make-dist index 659dbff..9417904 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 $< > $@