summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/Makefile')
-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