diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-22 10:17:32 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-22 10:17:32 +0000 |
| commit | 3c331140f9c6c26dd2be7604e30b65dda9a57066 (patch) | |
| tree | c96f7a271d0140616a7591caaa201e98fc03beba | |
| parent | 2adb88c9533f9eadb8c753bfb884a99077ef725a (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile index 49b7410cd471..8dd9cd78eaac 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.246.2.45 1997/06/21 19:40:04 jkh Exp $ +# $Id: Makefile,v 1.303 1997/06/22 08:37:49 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -235,9 +235,7 @@ release.1: # Install the system into the various distributions. release.2: - for i in ${BIN_DISTS}; do \ - cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=${RD}/trees/$$i; \ - done + cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=${RD}/trees/bin cd ${.CURDIR}/.. && make distribute DISTDIR=${RD}/trees .if exists(${.CURDIR}/../eBones) && !defined(NOKERBEROS) cd ${.CURDIR}/../eBones && ( \ |
