Date: Sun, 1 Oct 2017 05:26:52 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r324154 - projects/runtime-coverage Message-ID: <201710010526.v915Qqca054651@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710010526.v915Qqca054651>