summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-15 23:58:06 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-15 23:58:06 +0000
commit33f4d7d18f1e83b48511d771d3012227e81a0c0a (patch)
treefb4560167e1fcff8aad446838e72b424e63ef542
parent42d9d45fb8f34ef4435a75f575dee6583cf4c909 (diff)
downloadFreeBSD-src-33f4d7d18f1e83b48511d771d3012227e81a0c0a.zip
FreeBSD-src-33f4d7d18f1e83b48511d771d3012227e81a0c0a.tar.gz
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
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2238edb..517bbcd 100644
--- a/Makefile
+++ b/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
OpenPOWER on IntegriCloud