diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-25 13:49:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-25 13:49:53 +0000 |
commit | 5325738ce48c95194c496ed230d0c84aa00ccb45 (patch) | |
tree | 27659e8a66b0cdfcb120aaacce0e4fa9b5c861be | |
parent | 748050b38630882f7a9746f2f87b0a5de380bf0c (diff) | |
download | glibc-5325738ce48c95194c496ed230d0c84aa00ccb45.tar glibc-5325738ce48c95194c496ed230d0c84aa00ccb45.tar.gz glibc-5325738ce48c95194c496ed230d0c84aa00ccb45.tar.bz2 glibc-5325738ce48c95194c496ed230d0c84aa00ccb45.zip |
* Make-dist (dist): Don't depend on crypt tar file. Remove that rule.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Make-dist | 10 |
2 files changed, 2 insertions, 9 deletions
@@ -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. @@ -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) |