svn commit: r202629 - head

Ed Schouten ed at FreeBSD.org
Tue Jan 19 15:34:16 UTC 2010


Author: ed
Date: Tue Jan 19 15:34:16 2010
New Revision: 202629
URL: http://svn.freebsd.org/changeset/base/202629

Log:
  Back out the change to Makefile made in r202628.
  
  It was just a local modification to build the i386 and amd64 more
  quickly.

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Tue Jan 19 15:31:18 2010	(r202628)
+++ head/Makefile	Tue Jan 19 15:34:16 2010	(r202629)
@@ -303,7 +303,7 @@ universe_${target}:
 .if !defined(MAKE_JUST_KERNELS)
 	@echo ">> ${target} started on `LC_ALL=C date`"
 	@(cd ${.CURDIR} && env __MAKE_CONF=/dev/null \
-	    ${MAKE} ${JFLAG} kernel-toolchain \
+	    ${MAKE} ${JFLAG} buildworld \
 	    TARGET=${target} \
 	    > _.${target}.buildworld 2>&1 || \
 	    (echo "${target} world failed," \


More information about the svn-src-head mailing list