Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2016 02:14:10 +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: r295644 - head
Message-ID:  <201602160214.u1G2EA8s011043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Feb 16 02:14:09 2016
New Revision: 295644
URL: https://svnweb.freebsd.org/changeset/base/295644

Log:
  Don't descend into test directories for distribution->installconfig.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Tue Feb 16 02:13:59 2016	(r295643)
+++ head/Makefile.inc1	Tue Feb 16 02:14:09 2016	(r295644)
@@ -1090,7 +1090,7 @@ distrib-dirs distribution: .MAKE .PHONY
 .if make(distribution)
 	${_+_}cd ${.CURDIR}; ${CROSSENV} PATH=${TMPPATH} \
 		${MAKE} -f Makefile.inc1 ${IMAKE_INSTALL} \
-		METALOG=${METALOG} installconfig
+		METALOG=${METALOG} MK_TESTS=no installconfig
 .endif
 
 #



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