summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-01-29 15:14:59 +0000
committernyan <nyan@FreeBSD.org>2004-01-29 15:14:59 +0000
commit02d5f9e710f222c4ecd682a1ccaf8d5a96642722 (patch)
tree963b0d99ddbf7407bc1c9ba619b7ebc02672a1d4 /release
parent27e023aa19c09b649bda8df82a2b34f585783d64 (diff)
downloadFreeBSD-src-02d5f9e710f222c4ecd682a1ccaf8d5a96642722.zip
FreeBSD-src-02d5f9e710f222c4ecd682a1ccaf8d5a96642722.tar.gz
The name of small boot floppy should be boot-small.flp to avoid conflicting
normal size floppy. Reviewed by: jhb
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index c9e7e13..21e217c 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -758,7 +758,7 @@ floppies.1:
KERNFILE="${KERNFLOPPYSET}.split ${KERNFLOPPYSET}.boot" \
MFSROOTFILE="${MFSROOTFLOPPYSET}.split ${MFSROOTFLOPPYSET}.boot"
.if defined(SMALLFLOPPYSIZE)
- @cd ${.CURDIR} && ${MAKE} buildBootFloppy FSIMAGE="boot" \
+ @cd ${.CURDIR} && ${MAKE} buildBootFloppy FSIMAGE="boot-small" \
KERNFILE="${SMALLKERNFLOPPYSET}.split ${SMALLKERNFLOPPYSET}.boot" \
MFSROOTFILE="${SMALLMFSROOTFLOPPYSET}.split ${SMALLMFSROOTFLOPPYSET}.boot" \
FDSIZE="SMALL"
@@ -768,7 +768,7 @@ floppies.1:
KERNFILE="${KERNFLOPPYSET}.split ${KERNFLOPPYSET}.boot" \
MFSROOTFILE=${RD}/mfsroot/mfsroot.gz
.if defined(SMALLFLOPPYSIZE)
- @cd ${.CURDIR} && ${MAKE} buildBootFloppy FSIMAGE="boot" \
+ @cd ${.CURDIR} && ${MAKE} buildBootFloppy FSIMAGE="boot-small" \
KERNFILE="${SMALLKERNFLOPPYSET}.split ${SMALLKERNFLOPPYSET}.boot" \
MFSROOTFILE=${RD}/mfsroot/mfsroot.gz \
FDSIZE="SMALL"
OpenPOWER on IntegriCloud