aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-07-26 06:47:40 +0000
committerScott Long <scottl@FreeBSD.org>2003-07-26 06:47:40 +0000
commit2272d4a4cb3ba304802faeef055e79ac35dbcb59 (patch)
treef8b43ca1cf8a0c402f92f9ca019eadf3de33bc43 /release/Makefile
parent1263297ba10868214f4257eacbf392465e32f39b (diff)
downloadsrc-2272d4a4cb3ba304802faeef055e79ac35dbcb59.tar.gz
src-2272d4a4cb3ba304802faeef055e79ac35dbcb59.zip
Bah, I go and get all preachy, and then commit from the wrong branch. Revert
the use of '-j8'. Apologies to: ru
Notes
Notes: svn path=/head/; revision=118044
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 49597614e407..c7f373176797 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}