summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-06-17 11:08:49 +0000
committerbz <bz@FreeBSD.org>2008-06-17 11:08:49 +0000
commita786ca56c9127075011e96db24deac7c1cb1d03f (patch)
tree42891a2afd0cc1bb21c0e35696f7b284a074aeed
parente772b82d0bec65843a97c3916a8cfa63c12ee222 (diff)
downloadFreeBSD-src-a786ca56c9127075011e96db24deac7c1cb1d03f.zip
FreeBSD-src-a786ca56c9127075011e96db24deac7c1cb1d03f.tar.gz
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.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 87ae9c6..80838cc 100644
--- a/Makefile
+++ b/Makefile
@@ -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`"
OpenPOWER on IntegriCloud