summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2009-02-10 15:11:26 +0000
committerkensmith <kensmith@FreeBSD.org>2009-02-10 15:11:26 +0000
commita2362df98bbeb27fc9edbc9eaa9fc2166b1b763d (patch)
tree61ff9adeae43a935720c0c8a69fa19b61115a0e4 /release
parent48ee5a0f3ce08d82820964ceeff1d7a2f9abde88 (diff)
downloadFreeBSD-src-a2362df98bbeb27fc9edbc9eaa9fc2166b1b763d.zip
FreeBSD-src-a2362df98bbeb27fc9edbc9eaa9fc2166b1b763d.tar.gz
Turn off the parallel make options accidentally turned on by the previous
commit. Sigh. Noticed by: rdivacky
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 1b5ccbd..f00cb8c 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}
OpenPOWER on IntegriCloud