svn commit: r324969 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Wed Oct 25 05:46:05 UTC 2017


Author: ngie
Date: Wed Oct 25 05:46:03 2017
New Revision: 324969
URL: https://svnweb.freebsd.org/changeset/base/324969

Log:
  Try setting MK_COVERAGE in WMAKEENV

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Wed Oct 25 04:57:03 2017	(r324968)
+++ projects/runtime-coverage/Makefile.inc1	Wed Oct 25 05:46:03 2017	(r324969)
@@ -2266,7 +2266,7 @@ _coverage_libs+=	lib/libclang_rt/profile
 # XXX(ngie): force MK_COVERAGE off since the compiler we're working with (at
 # whatever stage we're at) obviously doesn't support --coverage support per
 # src.opts.mk's minimum requirements.
-MK_COVERAGE:=	no
+WMAKEENV:=	${WMAKEENV:NMK_COVERAGE*} MK_COVERAGE=no
 .else
 _prereq_libs+=	${_coverage_libs}
 .endif


More information about the svn-src-projects mailing list