summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-22 05:21:06 +0000
committerphk <phk@FreeBSD.org>1994-11-22 05:21:06 +0000
commit6498a57d0eb2881feb5ef76f62d2f8c7314b7da8 (patch)
tree51a76a83db25bbe2f3fe17d6eef1651ac569d21c /release
parent84347f55fd9d91e4e0070346895735e5db022f68 (diff)
downloadFreeBSD-src-6498a57d0eb2881feb5ef76f62d2f8c7314b7da8.zip
FreeBSD-src-6498a57d0eb2881feb5ef76f62d2f8c7314b7da8.tar.gz
Various hackeries.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 4550c48..ffb4315 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,10 +1,11 @@
-# $Id: Makefile,v 1.56 1994/11/21 04:14:30 phk Exp $
+# $Id: Makefile,v 1.57 1994/11/21 08:15:25 phk Exp $
#
# Evil floppies are, of course, 1.2MB floppies.
FLOPPY= fd0
#EVIL_FLOPPY= yes
+
.if defined(EVIL_FLOPPY)
FDLABEL= fd1200
DDBS= 15k
@@ -155,9 +156,10 @@ bar:
DESTDIR=${RELEASEDIR}/filesys \
SHARED=copies )
-EXTRADISTRIBUTIONS= des games manpages proflibs dict krb
+EXTRADISTRIBUTIONS= secrdist games manpages proflibs dict krb srcdist
DISTRIBUTIONS= bindist ${EXTRADISTRIBUTIONS}
MTREEFILES= ${.CURDIR}/../etc/mtree
+SECRSRC= src/secure src/eBones
distribute:
-mkdir ${RELEASEDIR}
@@ -175,7 +177,7 @@ distribute:
install ${COPY} -m 644 ${.CURDIR}/../sys/compile/GENERIC/kernel \
${RELEASEDIR}/bindist/kernel
-tarballs:
+beforetarballs:
rm -rf ${RELEASEDIR}/manpages/usr/share/man
mv ${RELEASEDIR}/bindist/usr/share/man \
${RELEASEDIR}/manpages/usr/share/man
@@ -192,6 +194,11 @@ tarballs:
${RELEASEDIR}/proflibs/usr/lib
-cd ${RELEASEDIR} ; \
find ${EXTRADISTRIBUTIONS} -depth -type d -print | xargs rmdir
+ cd ${RELEASEDIR}/secrdist/usr ; cvs export -r ${RELEASETAG} ${SECRSRC}
+ cd ${RELEASEDIR}/srcdist/usr ; cvs export -r ${RELEASETAG} src
+ cd ${RELEASEDIR}/srcdist/usr/src ; rm -rf secure kerberosIV eBones
+
+tarballs:
rm -rf ${RELEASEDIR}/tarballs
mkdir ${RELEASEDIR}/tarballs
for i in ${DISTRIBUTIONS} ; \
OpenPOWER on IntegriCloud