Use the real value of MK_TESTS_SUPPORT in _libraries.
We need to build kyua libraries for kyua. Because we set MK_TESTS=no, we can't not set MK_TESTS_SUPPORT=${MK_TESTS_SUPPORT} because the latter defaults MK_TESTS_SUPPORT to no. This fixes WITHOUT_TESTS + WITH_TESTS_SUPPORT builds. Reported by: Ruslan Garipov Reviewed by: emaste Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24206
This commit is contained in:
parent
c012cfe68a
commit
be2af8fbf4
@ -1100,7 +1100,8 @@ _libraries:
|
|||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
${_+_}cd ${.CURDIR}; \
|
${_+_}cd ${.CURDIR}; \
|
||||||
${WMAKE} -DNO_FSCHG MK_HTML=no -DNO_LINT MK_MAN=no \
|
${WMAKE} -DNO_FSCHG MK_HTML=no -DNO_LINT MK_MAN=no \
|
||||||
MK_PROFILE=no MK_TESTS=no MK_TESTS_SUPPORT=${MK_TESTS} libraries
|
MK_PROFILE=no MK_TESTS=no MK_TESTS_SUPPORT=${MK_TESTS_SUPPORT} \
|
||||||
|
libraries
|
||||||
everything: .PHONY
|
everything: .PHONY
|
||||||
@echo
|
@echo
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
|
Loading…
Reference in New Issue
Block a user