mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
* Make-dist (dist): Don't depend on crypt tar file. Remove that rule.
This commit is contained in:
parent
748050b386
commit
5325738ce4
@ -1,5 +1,6 @@
|
||||
Tue Jun 25 02:59:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||
|
||||
* Make-dist (dist): Don't depend on crypt tar file. Remove that rule.
|
||||
* Makefile (subdirs): Remove crypt.
|
||||
* crypt: Directory removed. It will be made an independent library
|
||||
distribution.
|
||||
|
10
Make-dist
10
Make-dist
@ -168,8 +168,6 @@ foo:=$(shell echo +sysdep-distfiles='$(+sysdep-distfiles)'>&2)
|
||||
$(sysdep-Subdir-files)
|
||||
foo:=$(shell echo '+sysdep-dist=$(+sysdep-dist)' >&2)
|
||||
|
||||
subdirs := $(filter-out crypt,$(subdirs))
|
||||
|
||||
+sysdep-tsrcs := $(wildcard $(foreach file,Makefile Implies syscalls.list\
|
||||
configure configure.in,\
|
||||
$(addsuffix /$(file),$(sysdep_dirs)))) \
|
||||
@ -187,13 +185,7 @@ configure: configure.in aclocal.m4; $(autoconf-it)
|
||||
%/configure: %/configure.in aclocal.m4; $(autoconf-it)
|
||||
|
||||
.PHONY: dist
|
||||
dist: $(tardir).tar.gz $(tardir)-crypt.tar.gz
|
||||
|
||||
$(tardir)-crypt.tar.gz: crypt/crypt.tar.gz
|
||||
ln $< $@
|
||||
crypt/%: FORCE
|
||||
$(MAKE) -C $(@D) $(@F)
|
||||
FORCE:
|
||||
dist: $(tardir).tar.gz
|
||||
|
||||
subdir_dist: dist.tar
|
||||
dist.tar: $(tardir) $(+tsrcs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user