Turn off the parallel make options accidentally turned on by the previous

commit.  Sigh.

Noticed by:	rdivacky
This commit is contained in:
Ken Smith 2009-02-10 15:11:26 +00:00
parent 48a0e75812
commit fc94457307
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188439

View File

@ -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}