Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2009 15:11:26 +0000 (UTC)
From:      Ken Smith <kensmith@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188439 - head/release
Message-ID:  <200902101511.n1AFBQXx096922@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902101511.n1AFBQXx096922>