summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-14 20:56:17 +0000
committerphk <phk@FreeBSD.org>1994-11-14 20:56:17 +0000
commit09e37dc3e3cd2c2888b159bf7778b3fbc85707a0 (patch)
tree190718661dd5c2b7f8fe5dedb64611544fd9dd5f /release
parent691e3da72877508caf9b42ae04d45ca94c5dd97c (diff)
downloadFreeBSD-src-09e37dc3e3cd2c2888b159bf7778b3fbc85707a0.zip
FreeBSD-src-09e37dc3e3cd2c2888b159bf7778b3fbc85707a0.tar.gz
Final changes. Now "make distribute" should work as advertised.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile32
1 files changed, 31 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 68b7260..2106a07d 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.41 1994/11/13 01:20:36 jkh Exp $
+# $Id: Makefile,v 1.42 1994/11/13 01:46:22 jkh Exp $
#
# Evil floppies are, of course, 1.2MB floppies.
@@ -130,5 +130,35 @@ release20:
cp ${.CURDIR}/extract.sh ${RELEASEDIR}/tarballs/bindist
( cd ${.CURDIR} ; \
${MAKE} floppies )
+foo:
+ (cd ${.CURDIR}/../etc ; \
+ ${MAKE} srcebones-tarball \
+ DESTDIR=${RELEASEDIR}/filesys \
+ NOCRYPT=yes SHARED=copies)
+
+bar:
+ (cd ${.CURDIR}/../etc ; \
+ ${MAKE} des-tarball \
+ DESTDIR=${RELEASEDIR}/filesys \
+ SHARED=copies)
+
+DISTRIBUTIONS= bindist DES games
+MTREEFILES= ${.CURDIR}/../etc/mtree
+
+distribute:
+ -mkdir ${RELEASEDIR}
+ chflags -R noschg ${RELEASEDIR}/.
+ rm -rf ${RELEASEDIR}/*
+ for i in ${DISTRIBUTIONS} ; \
+ do \
+ mkdir ${RELEASEDIR}/$$i ; \
+ mtree -deU -f ${MTREEFILES}/BSD.root.dist -p ${RELEASEDIR}/$$i/ ; \
+ mtree -deU -f ${MTREEFILES}/BSD.var.dist -p ${RELEASEDIR}/$$i/var ; \
+ mtree -deU -f ${MTREEFILES}/BSD.usr.dist -p ${RELEASEDIR}/$$i/usr ; \
+ done
+ #( cd ${.CURDIR} ; \
+ #${MAKE} kernel DESTDIR=${RELEASEDIR}/filesys )
+ #install ${COPY} -m 644 ${.CURDIR}/../sys/compile/GENERIC/kernel \
+ #${RELEASEDIR}/bindist/kernel
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud