From 0df93b02744529ff0a907140504b9d8503d6b21f Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 14 Jun 2016 18:37:33 +0000 Subject: Fix makeman showing dependency of DIRDEPS_BUILD->META_MODE. This broke in r301887 with the meta mode whitelist. 'make showconfig' still needs WITH_META_MODE support. Approved by: re (implicit) Sponsored by: EMC / Isilon Storage Division --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 517589a..1a1d885 100644 --- a/Makefile +++ b/Makefile @@ -151,8 +151,8 @@ TGTS+= ${BITGTS} META_TGT_WHITELIST+= \ _* build32 buildfiles buildincludes buildkernel buildsoft \ buildworld everything kernel-toolchains kernels libraries \ - native-xtools tinderbox toolchain toolchains universe worlds \ - xdev xdev-build + native-xtools showconfig tinderbox toolchain toolchains universe \ + worlds xdev xdev-build .ORDER: buildworld installworld .ORDER: buildworld distributeworld -- cgit v1.1