From a5e819ec00a1caa9d8453d72ff6b6120a791e260 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 14 Oct 1998 02:13:45 +0000 Subject: [PATCH] Fix more bogons revealed by building alpha boot floppies. --- release/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index a0177507aaf..a9ed439394c 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.416 1998/10/13 21:36:13 jkh Exp $ +# $Id: Makefile,v 1.417 1998/10/13 21:37:30 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -758,8 +758,13 @@ doMFSKERN: @touch ${RD}/boot.${FSIMAGE}/boot.config @touch ${RD}/boot.${FSIMAGE}/kernel.config @rm -f ${RD}/floppies/boot${FSIMAGE}.flp +.if defined(_MFSKERN) + sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${BOOTMFSSIZE} \ + ${RD}/boot.${FSIMAGE} ${BOOTINODE} ${BOOTMFSLABEL} +.else sh -e ${.CURDIR}/doFS.sh ${RD} ${MNT} ${BOOTSIZE} \ ${RD}/boot.${FSIMAGE} ${BOOTINODE} ${BOOTLABEL} +.endif mv fs-image ${RD}/floppies/boot${FSIMAGE}.flp .include