summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2009-02-10 15:03:08 +0000
committerkensmith <kensmith@FreeBSD.org>2009-02-10 15:03:08 +0000
commitd60864332521c02a11f79f0443ac67037776fee2 (patch)
treeb22743781115b09eabf159fdcbd5204f4b12e082 /release
parent1b016834a1d4b5ad1202f974c4cf4f402876da5b (diff)
downloadFreeBSD-src-d60864332521c02a11f79f0443ac67037776fee2.zip
FreeBSD-src-d60864332521c02a11f79f0443ac67037776fee2.tar.gz
Turn off the building of boot floppies for amd64/i386.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile
index d2f8f08..1b5ccbd 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -67,8 +67,8 @@ PORTSRELEASETAG?= ${AUXRELEASETAG}
# If you want to pass flags to the world build such as -j X, use
# WORLD_FLAGS. Similarly, you can specify make flags for kernel
# builds via KERNEL_FLAGS.
-#WORLD_FLAGS=-j4
-#KERNEL_FLAGS=-j4
+WORLD_FLAGS=-j4
+KERNEL_FLAGS=-j4
TARGET_ARCH?= ${MACHINE_ARCH}
.if ${TARGET_ARCH} == ${MACHINE_ARCH}
@@ -191,7 +191,6 @@ MNT= /mnt
.undef MAKE_FLOPPIES
.if ${TARGET_ARCH} == "i386"
-MAKE_FLOPPIES= true
MAKE_DVD=
SEPARATE_LIVEFS=
SPLIT_MFSROOT=
@@ -223,7 +222,6 @@ MFSINODE= 8192
MFSLABEL= auto
SEPARATE_LIVEFS=
.elif ${TARGET_ARCH} == "amd64"
-MAKE_FLOPPIES= true
MAKE_DVD=
FLOPPYSIZE= 1440
FLOPPYSPLITSIZE= 1392
OpenPOWER on IntegriCloud