From e5bf62aac7bcda7177e56f72eab478efbe413168 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 22 Jun 2016 19:07:41 +0000 Subject: [PATCH] WITH_META_MODE: Whitelist 'make kernel-toolchain' Approved by: re (blanket, META_MODE) Sponsored by: EMC / Isilon Storage Division --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 89e34f039a8d..a1d08fc7fdb1 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 kernel kernels libraries \ - native-xtools showconfig tinderbox toolchain toolchains universe \ - world worlds xdev xdev-build + buildworld everything kernel-toolchain kernel-toolchains kernel \ + kernels libraries native-xtools showconfig tinderbox toolchain \ + toolchains universe world worlds xdev xdev-build .ORDER: buildworld installworld .ORDER: buildworld distributeworld