mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
Remove link and .tar file.
This commit is contained in:
parent
39da45cbe6
commit
e3309c66f5
@ -1,4 +1,4 @@
|
||||
# Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
||||
# The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -188,6 +188,7 @@ configure: configure.in aclocal.m4; $(autoconf-it)
|
||||
%/configure: %/configure.in aclocal.m4; $(autoconf-it)
|
||||
|
||||
dist: $(tardir).tar.gz
|
||||
rm $(..)glibc-$(version)
|
||||
|
||||
subdir_dist: dist.tar
|
||||
dist.tar: README $(tardir) $(+tsrcs)
|
||||
@ -201,9 +202,11 @@ $(tardir).tar: dist.tar subdir_dist
|
||||
|
||||
%.Z: %
|
||||
compress -c $< > $@
|
||||
rm $<
|
||||
|
||||
%.gz: %
|
||||
gzip -9 -v -c $< > $@
|
||||
rm $<
|
||||
|
||||
foo:=$(shell echo subdirs=$(subdirs) >&2)
|
||||
dist-subdirs := $(addprefix dist-,$(subdirs)) # dist-manual
|
||||
|
Loading…
x
Reference in New Issue
Block a user