From b7490d8f063692eadac19a9e3fac51ff19df3f6e Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Tue, 19 Jan 2010 15:34:16 +0000 Subject: [PATCH] Back out the change to Makefile made in r202628. It was just a local modification to build the i386 and amd64 more quickly. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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," \