svn commit: r295644 - head

Bryan Drewery bdrewery at FreeBSD.org
Tue Feb 16 02:14:11 UTC 2016


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
 
 #


More information about the svn-src-head mailing list