Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2016 19:07:41 +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: r302088 - head
Message-ID:  <201606221907.u5MJ7fJC044887@repo.freebsd.org>

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



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