WITH_META_MODE: Whitelist 'make kernel' and 'make world'.

installkernel is technically META_MODE safe but doesn't need an explicit
approval to use it since it's all disabled via .PHONY.

world uses 'make -B installworld' which already will disable META_MODE
via the -B (.MAKE.MODE=compat) usage.

Approved by:	re (implicit)
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-06-15 23:58:06 +00:00
parent 0739409184
commit 8f8c247740
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301940

View File

@ -150,9 +150,9 @@ TGTS+= ${BITGTS}
# the ones that benefit from it.
META_TGT_WHITELIST+= \
_* build32 buildfiles buildincludes buildkernel buildsoft \
buildworld everything kernel-toolchains kernels libraries \
buildworld everything kernel-toolchains kernel kernels libraries \
native-xtools showconfig tinderbox toolchain toolchains universe \
worlds xdev xdev-build
world worlds xdev xdev-build
.ORDER: buildworld installworld
.ORDER: buildworld distributeworld