svn commit: r359603 - head

Brooks Davis brooks at FreeBSD.org
Fri Apr 3 16:19:18 UTC 2020


Author: brooks
Date: Fri Apr  3 16:19:07 2020
New Revision: 359603
URL: https://svnweb.freebsd.org/changeset/base/359603

Log:
  Pass the real value of MK_TESTS_SUPPORT to distribution.
  
  This allows kyua's config file to actually be installed.
  
  Reported by:	arichardson
  Reviewed by:	arichardson
  Sponsored by:	DARPA
  Differential Revision:	https://reviews.freebsd.org/D24268

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Fri Apr  3 16:11:39 2020	(r359602)
+++ head/Makefile.inc1	Fri Apr  3 16:19:07 2020	(r359603)
@@ -1509,7 +1509,8 @@ distrib-dirs distribution: .MAKE .PHONY
 .if make(distribution)
 	${_+_}cd ${.CURDIR}; ${CROSSENV} PATH=${TMPPATH} \
 		${MAKE} -f Makefile.inc1 ${IMAKE_INSTALL} \
-		METALOG=${METALOG} MK_TESTS=no installconfig
+		METALOG=${METALOG} MK_TESTS=no \
+		MK_TESTS_SUPPORT=${MK_TESTS_SUPPORT} installconfig
 .endif
 
 #


More information about the svn-src-head mailing list