summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-03-29 01:24:20 +0000
committerdougb <dougb@FreeBSD.org>2010-03-29 01:24:20 +0000
commitacc8fa03ecc495b9078f405d9a7f451187f5377a (patch)
tree8c2c63483df925ca9d3b1aede42a7311f8f601f0 /Makefile
parent4e1db67937e10661e43aa2a055f307215d3b99c8 (diff)
downloadFreeBSD-src-acc8fa03ecc495b9078f405d9a7f451187f5377a.zip
FreeBSD-src-acc8fa03ecc495b9078f405d9a7f451187f5377a.tar.gz
MFC r205290:
MAKE_JUST_WORLDS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bd26716..47148f2 100644
--- a/Makefile
+++ b/Makefile
@@ -310,6 +310,7 @@ universe_${target}:
"check _.${target}.buildworld for details" | ${MAKEFAIL}))
@echo ">> ${target} buildworld completed on `LC_ALL=C date`"
.endif
+.if !defined(MAKE_JUST_WORLDS)
.if exists(${.CURDIR}/sys/${target}/conf/NOTES)
@(cd ${.CURDIR}/sys/${target}/conf && env __MAKE_CONF=/dev/null \
${MAKE} LINT > ${.CURDIR}/_.${target}.makeLINT 2>&1 || \
@@ -318,6 +319,7 @@ universe_${target}:
.endif
@cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} TARGET=${target} \
universe_kernels
+.endif
@echo ">> ${target} completed on `LC_ALL=C date`"
.endfor
universe_kernels: universe_kernconfs
OpenPOWER on IntegriCloud