Date: Tue, 19 Jan 2010 15:34:16 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r202629 - head Message-ID: <201001191534.o0JFYGEs030441@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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," \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001191534.o0JFYGEs030441>