summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-06-22 10:17:32 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-06-22 10:17:32 +0000
commit3c331140f9c6c26dd2be7604e30b65dda9a57066 (patch)
treec96f7a271d0140616a7591caaa201e98fc03beba
parent2adb88c9533f9eadb8c753bfb884a99077ef725a (diff)
Notes
-rw-r--r--release/Makefile6
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 && ( \