summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-07-26 06:47:40 +0000
committerscottl <scottl@FreeBSD.org>2003-07-26 06:47:40 +0000
commit79fc7c81b12392575c9fde30a22de953f1a8f95b (patch)
treef8b43ca1cf8a0c402f92f9ca019eadf3de33bc43 /release
parent1653e0663e4e1bb1759bbe675dec95c0066ff559 (diff)
downloadFreeBSD-src-79fc7c81b12392575c9fde30a22de953f1a8f95b.zip
FreeBSD-src-79fc7c81b12392575c9fde30a22de953f1a8f95b.tar.gz
Bah, I go and get all preachy, and then commit from the wrong branch. Revert
the use of '-j8'. Apologies to: ru
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 4959761..c7f3731 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -64,8 +64,8 @@ PORTSRELEASETAG?= ${AUXRELEASETAG}
# WORLD_FLAGS. Similarly, you can specify make flags for kernel
# builds via KERNEL_FLAGS.
# Similarly, you can specify make flags for make readmes via PORTREADMES_FLAGS.
-WORLD_FLAGS=-j8 -s
-KERNEL_FLAGS=-j8 -s
+#WORLD_FLAGS=-j4
+#KERNEL_FLAGS=-j4
#PORTREADMES_FLAGS=-j4
TARGET_ARCH?= ${MACHINE_ARCH}
OpenPOWER on IntegriCloud