summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-03-18 18:58:17 +0000
committerdougb <dougb@FreeBSD.org>2010-03-18 18:58:17 +0000
commit69fc195c592c75cc18659332e25f9f5cf3d2afa8 (patch)
tree86162926cc247ec0d356894c0d0ada33774fb5af /Makefile
parent220a864bced8474e622da6e6881ed9363a868de4 (diff)
downloadFreeBSD-src-69fc195c592c75cc18659332e25f9f5cf3d2afa8.zip
FreeBSD-src-69fc195c592c75cc18659332e25f9f5cf3d2afa8.tar.gz
For those of us mere mortals who do not aspire to the lofty heights
of kernel hackery, add MAKE_JUST_WORLDS so that we can take part in the 'make universe' goodnes without using unecessary time and resources.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc7bb86..ce53124 100644
--- a/Makefile
+++ b/Makefile
@@ -311,6 +311,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 || \
@@ -319,6 +320,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