Back out the change to Makefile made in r202628.

It was just a local modification to build the i386 and amd64 more
quickly.
This commit is contained in:
Ed Schouten 2010-01-19 15:34:16 +00:00
parent 91bfd816f2
commit b7490d8f06
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202629

View File

@ -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," \