svn commit: r188439 - head/release

Ken Smith kensmith at FreeBSD.org
Tue Feb 10 07:11:27 PST 2009


Author: kensmith
Date: Tue Feb 10 15:11:26 2009
New Revision: 188439
URL: http://svn.freebsd.org/changeset/base/188439

Log:
  Turn off the parallel make options accidentally turned on by the previous
  commit.  Sigh.
  
  Noticed by:	rdivacky

Modified:
  head/release/Makefile

Modified: head/release/Makefile
==============================================================================
--- head/release/Makefile	Tue Feb 10 15:07:57 2009	(r188438)
+++ head/release/Makefile	Tue Feb 10 15:11:26 2009	(r188439)
@@ -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}


More information about the svn-src-head mailing list