svn commit: r302088 - head

Bryan Drewery bdrewery at FreeBSD.org
Wed Jun 22 19:07:42 UTC 2016


Author: bdrewery
Date: Wed Jun 22 19:07:41 2016
New Revision: 302088
URL: https://svnweb.freebsd.org/changeset/base/302088

Log:
  WITH_META_MODE: Whitelist 'make kernel-toolchain'
  
  Approved by:	re (blanket, META_MODE)
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Wed Jun 22 14:39:13 2016	(r302087)
+++ head/Makefile	Wed Jun 22 19:07:41 2016	(r302088)
@@ -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


More information about the svn-src-head mailing list