svn commit: r301894 - head

Bryan Drewery bdrewery at FreeBSD.org
Tue Jun 14 18:37:34 UTC 2016


Author: bdrewery
Date: Tue Jun 14 18:37:33 2016
New Revision: 301894
URL: https://svnweb.freebsd.org/changeset/base/301894

Log:
  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

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Tue Jun 14 17:23:22 2016	(r301893)
+++ head/Makefile	Tue Jun 14 18:37:33 2016	(r301894)
@@ -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


More information about the svn-src-head mailing list