summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-09 16:52:53 +0000
committerjkh <jkh@FreeBSD.org>1996-07-09 16:52:53 +0000
commitc3e53b95128704d74a184f9fe12f7683a54232a8 (patch)
tree7c29d9b5ca8adf95dcccf0a0c2236a7459791ea6 /release/Makefile
parent44f96ba698dc51aac403144e94f459d2a1233a80 (diff)
downloadFreeBSD-src-c3e53b95128704d74a184f9fe12f7683a54232a8.zip
FreeBSD-src-c3e53b95128704d74a184f9fe12f7683a54232a8.tar.gz
Some release changes I've had to make in dealing with the floppy space
crisis.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/release/Makefile b/release/Makefile
index d9ccd7c..07f1264 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.229 1996/07/05 21:48:49 jkh Exp $
+# $Id: Makefile,v 1.193.2.55 1996/07/09 11:25:10 jkh Exp $
#
# How to roll a release:
#
@@ -40,9 +40,9 @@ FDLABEL= fd1200
ZIPNSPLIT= gzip --no-name -9 -c | split -b 240640 -
# Upper size for the mfs in the boot.flp kernel.
-# These are adjusted down to the minimum needed but doFS.sh.
+# These are adjusted down to the minimum needed by doFS.sh.
BOOTMFSSIZE= 1200
-MFSINODE= 65536
+MFSINODE= 42000
# Things which will get you into trouble if you change them
DISTRIBUTIONS= bin ${EXTRA_DISTS}
@@ -367,9 +367,9 @@ release.8: write_mfs_in_kernel
gzip -c ${.CURDIR}/../COPYRIGHT > ${RD}/mfsfd/stand/help/COPYRIGHT.hlp.gz
# make the small bootfd
@echo "Making the small 4MB boot floppy."
- sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${BOOTMFSSIZE} ${RD}/mfsfd \
- ${MFSINODE} minimum
- mv fs-image fs-image.4
+ sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${BOOTMFSSIZE} ${RD}/mfsfd \
+ ${MFSINODE} minimum
+ mv fs-image fs-image.4
mv fs-image.size fs-image.4.size
# add more stuff for the complete bootfd
@echo "Making the regular boot floppy."
@@ -412,8 +412,7 @@ release.9:
# --==## Setup a suitable ftp-area ##==--
#
ftp.1:
- rm -rf ${FD}
- mkdir ${FD}
+ mkdir -p ${FD}
cd ${RD} && find floppies -print | cpio -dumpl ${FD}
cd ${RD}/dists && find . -print | cpio -dumpl ${FD}
cp ${.CURDIR}/sysinstall/help/readme.hlp ${FD}/README.TXT
@@ -425,9 +424,7 @@ ftp.1:
# --==## Setup a suitable cdrom-area ##==--
#
cdrom.1:
- rm -rf ${CD}
- mkdir ${CD}
- mkdir ${CD}/filesys
+ mkdir -p ${CD}/filesys
cd ${RD} && find floppies dists -print | cpio -dumpl ${CD}
ln -f ${RD}/kernels/MFSKERNEL.std ${CD}/kernel
ln -f ${RD}/trees/bin/usr/mdec/fbsdboot.exe ${CD}
OpenPOWER on IntegriCloud