From: Roland McGrath Date: Tue, 25 Jun 1996 13:49:53 +0000 (+0000) Subject: * Make-dist (dist): Don't depend on crypt tar file. Remove that rule. X-Git-Tag: upstream/2.20~22338 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5325738ce48c95194c496ed230d0c84aa00ccb45;p=platform%2Fupstream%2Flinaro-glibc.git * Make-dist (dist): Don't depend on crypt tar file. Remove that rule. --- diff --git a/ChangeLog b/ChangeLog index aba6d89..a7842c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Tue Jun 25 02:59:11 1996 Roland McGrath + * 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. diff --git a/Make-dist b/Make-dist index c511122..10ea43c 100644 --- a/Make-dist +++ b/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)