mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
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.
This commit is contained in:
parent
6eedbd5fce
commit
44f8b0fd29
@ -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.
|
||||
|
@ -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 $< > $@
|
||||
|
Loading…
Reference in New Issue
Block a user