svn commit: r325131 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Mon Oct 30 08:44:49 UTC 2017


Author: ngie
Date: Mon Oct 30 08:44:47 2017
New Revision: 325131
URL: https://svnweb.freebsd.org/changeset/base/325131

Log:
  Just append to WMAKEENV

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Mon Oct 30 08:25:24 2017	(r325130)
+++ projects/runtime-coverage/Makefile.inc1	Mon Oct 30 08:44:47 2017	(r325131)
@@ -2291,7 +2291,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.
-WMAKEENV:=	${WMAKEENV:NMK_COVERAGE*} MK_COVERAGE=no
+WMAKEENV+=	MK_COVERAGE=no
 .else
 _prereq_libs+=	${_coverage_libs}
 .endif


More information about the svn-src-projects mailing list