Back out rev. 1.352 (SVN rev 179842) as phk pointed out that

SRCCONF was omitted here to be able to build non standard trees
with universe as well.
This commit is contained in:
Bjoern A. Zeeb 2008-06-17 11:08:49 +00:00
parent fbb8871ab0
commit bd49a16720
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179845

View file

@ -294,7 +294,7 @@ universe_${target}:
@echo ">> ${target} started on `LC_ALL=C date`"
-cd ${.CURDIR} && ${MAKE} ${JFLAG} buildworld \
TARGET=${target} \
__MAKE_CONF=/dev/null SRCCONF=/dev/null \
__MAKE_CONF=/dev/null \
> _.${target}.buildworld 2>&1
@echo ">> ${target} buildworld completed on `LC_ALL=C date`"
.endif
@ -306,7 +306,7 @@ universe_${target}:
-cd ${.CURDIR} && ${MAKE} ${JFLAG} buildkernel \
TARGET=${target} \
KERNCONF=${kernel} \
__MAKE_CONF=/dev/null SRCCONF=/dev/null \
__MAKE_CONF=/dev/null \
> _.${target}.${kernel} 2>&1
.endfor
@echo ">> ${target} completed on `LC_ALL=C date`"