Date: Mon, 30 Oct 2017 08:44:47 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r325131 - projects/runtime-coverage Message-ID: <201710300844.v9U8iliE057209@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710300844.v9U8iliE057209>