summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-21 18:29:51 +0000
committerjkh <jkh@FreeBSD.org>1995-05-21 18:29:51 +0000
commit94d2596027357f30d24ba00cf4c28997d0ed63a3 (patch)
tree1deb84b0c2bb9b1f3ebcae0cfba5dee1b483f190 /release/Makefile
parent62805dff4f29339b863c1ee3868683f1aa4b7099 (diff)
downloadFreeBSD-src-94d2596027357f30d24ba00cf4c28997d0ed63a3.zip
FreeBSD-src-94d2596027357f30d24ba00cf4c28997d0ed63a3.tar.gz
1. Remove the scripts from the boot floppy - we don't need them anymore
and it saves us a fair bit of space. 2. Remove adduser and tzsetup as well - they're not needed. 3. Move ft from the boot floppy to the cpio floppy.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/release/Makefile b/release/Makefile
index ca9e581..fcd2a7d 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.163 1995/05/21 10:33:20 jkh Exp $
+# $Id: Makefile,v 1.164 1995/05/21 13:36:13 jkh Exp $
#
# How to roll a release:
#
@@ -23,8 +23,6 @@ EXTRA_DISTS= des ${EXPORT_DISTS}
ALL_DISTS= bin ${EXTRA_DISTS}
CPIO1= etc/services etc/protocols etc/sysconfig
-CPIO2= scripts/miscfuncs.sh scripts/instdist.sh scripts/netinst.sh \
- scripts/adduser.sh scripts/bininst.sh scripts/setup.sh
FAQS= README MIRROR.SITES
@@ -300,7 +298,6 @@ release.7:
@cd ${.CURDIR} ; $(MAKE) installCRUNCH CRUNCH=cpio \
DIR=${RD}/cpiofd/stand ZIP=false
cd ${RD}/trees/bin ; ls ${CPIO1} | cpio -dump ${RD}/cpiofd/stand
- cd ${.CURDIR} ; ls ${CPIO2} | cpio -dumpv ${RD}/cpiofd/stand
( JUST_TELL_ME=please ; . ${.CURDIR}/../sys/conf/newvers.sh ; \
sed "/DISTNAME=/s/FOOBAR/$$DISTNAME/" \
< ${RD}/cpiofd/stand/scripts/miscfuncs.sh \
@@ -309,7 +306,6 @@ release.7:
mv ${RD}/cpiofd/stand/scripts/tmp \
${RD}/cpiofd/stand/scripts/miscfuncs.sh
chmod 755 ${RD}/cpiofd/stand/scripts/*
- cp ${RD}/trees/bin/usr/sbin/tzsetup ${RD}/cpiofd/stand
( cd ${RD}/cpiofd ; \
( rm -f OK ; find . -print ; touch OK ; echo OK ) | \
cpio -H newc -oa | gzip -9 -c | dd conv=osync ) \
OpenPOWER on IntegriCloud