From fc94457307a2df92744f9f5b0970381cc711cdc0 Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Tue, 10 Feb 2009 15:11:26 +0000 Subject: [PATCH] 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(-) diff --git a/release/Makefile b/release/Makefile index 1b5ccbd479d..f00cb8c53e5 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}