summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-07-30 07:13:31 +0000
committerru <ru@FreeBSD.org>2003-07-30 07:13:31 +0000
commit30b29eae6fe92bcf93125be941a7f559a9077d60 (patch)
treef1c12fea30865345e75a38463e2df957fa577dea /release
parenteff800ad43f199c9700567ee2eae40f55ec58d63 (diff)
downloadFreeBSD-src-30b29eae6fe92bcf93125be941a7f559a9077d60.zip
FreeBSD-src-30b29eae6fe92bcf93125be941a7f559a9077d60.tar.gz
Moved the MFS root floppies creation code from release.10 to
doMFSKERN (where it logically belongs).
Diffstat (limited to 'release')
-rw-r--r--release/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/release/Makefile b/release/Makefile
index ba2c3e7..92a6888 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -757,16 +757,10 @@ release.10:
.endif
.if defined(BOOTSIZE)
@echo "Making the regular boot floppy."
- @sh -e ${DOFS_SH} ${RD}/floppies/mfsroot.flp \
- ${RD} ${MNT} ${BOOTSIZE} ${RD}/mfsroot/mfsroot.gz \
- ${BOOTINODE} ${BOOTLABEL}
@cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=kern
.endif
.if defined(SMALLBOOTSIZE)
@echo "Making the small boot floppy."
- @sh -e ${DOFS_SH} ${RD}/floppies/mfsroot-small.flp \
- ${RD} ${MNT} ${SMALLBOOTSIZE} ${RD}/mfsroot/mfsroot-small.gz \
- ${BOOTINODE} ${SMALLBOOTLABEL}
@cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=kern-small FDSIZE=SMALL
.endif
.if defined(BIGBOOTSIZE)
@@ -1110,10 +1104,16 @@ doMFSKERN:
${RD} ${MNT} ${BIGBOOTSIZE} ${RD}/image.${FSIMAGE} \
${BOOTINODE} ${BIGBOOTLABEL}
.elif defined(FDSIZE) && ${FDSIZE} == "SMALL"
+ sh -e ${DOFS_SH} ${RD}/floppies/mfsroot-small.flp \
+ ${RD} ${MNT} ${SMALLBOOTSIZE} ${RD}/mfsroot/mfsroot-small.gz \
+ ${BOOTINODE} ${SMALLBOOTLABEL}
sh -e ${DOFS_SH} ${RD}/floppies/${FSIMAGE}.flp \
${RD} ${MNT} ${SMALLBOOTSIZE} ${RD}/image.${FSIMAGE} \
${BOOTINODE} ${SMALLBOOTLABEL}
.else
+ sh -e ${DOFS_SH} ${RD}/floppies/mfsroot.flp \
+ ${RD} ${MNT} ${BOOTSIZE} ${RD}/mfsroot/mfsroot.gz \
+ ${BOOTINODE} ${BOOTLABEL}
sh -e ${DOFS_SH} ${RD}/floppies/${FSIMAGE}.flp \
${RD} ${MNT} ${BOOTSIZE} ${RD}/image.${FSIMAGE} \
${BOOTINODE} ${BOOTLABEL}
OpenPOWER on IntegriCloud