aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2010-01-19 15:34:16 +0000
committerEd Schouten <ed@FreeBSD.org>2010-01-19 15:34:16 +0000
commitb7490d8f063692eadac19a9e3fac51ff19df3f6e (patch)
tree363d5f4b7d1e1e0ce5d5fbd55cda054396ca5642 /Makefile
parent91bfd816f254f0ffd6ceb07bea882d9c0b98e6cb (diff)
downloadsrc-b7490d8f063692eadac19a9e3fac51ff19df3f6e.tar.gz
src-b7490d8f063692eadac19a9e3fac51ff19df3f6e.zip
Back out the change to Makefile made in r202628.
It was just a local modification to build the i386 and amd64 more quickly.
Notes
Notes: svn path=/head/; revision=202629
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10e227ccebbd..bd267162386a 100644
--- a/Makefile
+++ b/Makefile
@@ -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," \