svn commit: r324154 - projects/runtime-coverage
Ngie Cooper
ngie at FreeBSD.org
Sun Oct 1 05:26:53 UTC 2017
Author: ngie
Date: Sun Oct 1 05:26:52 2017
New Revision: 324154
URL: https://svnweb.freebsd.org/changeset/base/324154
Log:
MK_COVERAGE should not be no with _libraries -- otherwise they won't have coverage
instrumentation built into them
Modified:
projects/runtime-coverage/Makefile.inc1
Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1 Sun Oct 1 05:25:55 2017 (r324153)
+++ projects/runtime-coverage/Makefile.inc1 Sun Oct 1 05:26:52 2017 (r324154)
@@ -942,7 +942,7 @@ _libraries:
@echo ">>> stage 4.2: building libraries"
@echo "--------------------------------------------------------------"
${_+_}cd ${.CURDIR}; \
- ${WMAKE} MK_COVERAGE=no -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
everything: .PHONY
@echo
More information about the svn-src-projects
mailing list