summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-19 15:34:16 +0000
committered <ed@FreeBSD.org>2010-01-19 15:34:16 +0000
commit0e18e3f232b7dd6f62026877eb76793da2f00a3a (patch)
tree363d5f4b7d1e1e0ce5d5fbd55cda054396ca5642 /Makefile
parentec8fd67a3e544e2acdc7174c2705dbf905708614 (diff)
downloadFreeBSD-src-0e18e3f232b7dd6f62026877eb76793da2f00a3a.zip
FreeBSD-src-0e18e3f232b7dd6f62026877eb76793da2f00a3a.tar.gz
Back out the change to Makefile made in r202628.
It was just a local modification to build the i386 and amd64 more quickly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10e227c..bd26716 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," \
OpenPOWER on IntegriCloud