summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-01-12 16:18:18 +0000
committerjkh <jkh@FreeBSD.org>1995-01-12 16:18:18 +0000
commitc468677d0b2529fcd6b591dae24be7fbbbf5b36f (patch)
tree1eaafb1acbca886d93da9eeb3b411128f40a2913 /release/Makefile
parent5f3297e5940d9bc28f0e813c514366e69f2e724c (diff)
downloadFreeBSD-src-c468677d0b2529fcd6b591dae24be7fbbbf5b36f.zip
FreeBSD-src-c468677d0b2529fcd6b591dae24be7fbbbf5b36f.tar.gz
A slicker way of eliminating bogus quotes.
Ask less questions about the temporary directory if instructed to.
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index dc1938a..f900e5b 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.71 1995/01/12 10:34:34 jkh Exp $
+# $Id: Makefile,v 1.72 1995/01/12 12:30:05 jkh Exp $
#
FLOPPY= fd0
@@ -78,10 +78,10 @@ boot.flp:
disklabel -w -B \
-b ${DESTDIR}/usr/mdec/fdboot -s ${DESTDIR}/usr/mdec/bootfd \
/dev/r${FLOPPY} ${FDLABEL}
- newfs -c 80 -b 4096 -f 512 -i 9000 -m 0 -o space /dev/r${FLOPPY}
+ newfs -c 80 -b 4096 -f 512 -i 10000 -m 0 -o space /dev/r${FLOPPY}
mount -o async /dev/${FLOPPY} ${MNT}
mkdir ${MNT}/dev ${MNT}/stand ${MNT}/mnt
- strip ${.CURDIR}/../sys/compile/GENERIC/kernel
+ strip -x ${.CURDIR}/../sys/compile/GENERIC/kernel
cp ${.CURDIR}/../sys/compile/GENERIC/kernel ${MNT}/kernel
cp ${DESTDIR}/usr/mdec/sdboot ${DESTDIR}/usr/mdec/bootsd ${MNT}/stand
( cd ${DESTDIR}/dev ; \
OpenPOWER on IntegriCloud