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
This commit is contained in:
parent
415a606e17
commit
e40fa28f1a
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user