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:
parent
0739409184
commit
8f8c247740
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user