From a2362df98bbeb27fc9edbc9eaa9fc2166b1b763d Mon Sep 17 00:00:00 2001 From: kensmith Date: Tue, 10 Feb 2009 15:11:26 +0000 Subject: Turn off the parallel make options accidentally turned on by the previous commit. Sigh. Noticed by: rdivacky --- release/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') 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} -- cgit v1.1