Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2016 18:37:33 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r301894 - head
Message-ID:  <201606141837.u5EIbXJI060469@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606141837.u5EIbXJI060469>