svn commit: r325135 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Mon Oct 30 08:56:39 UTC 2017


Author: ngie
Date: Mon Oct 30 08:56:37 2017
New Revision: 325135
URL: https://svnweb.freebsd.org/changeset/base/325135

Log:
  Try again

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Mon Oct 30 08:56:04 2017	(r325134)
+++ projects/runtime-coverage/Makefile.inc1	Mon Oct 30 08:56:37 2017	(r325135)
@@ -2282,7 +2282,8 @@ _prereq_libs+= gnu/lib/libssp/libssp_nonshared
 # for world to have runtime coverage instrumentation.
 #
 .if ${MK_COVERAGE} != "no"
-.if ${COMPILER_FEATURES:Mc++11} && ${WANT_COMPILER} == "clang"
+.if ${COMPILER_FEATURES:Mc++11} && \
+    (defined(WANT_COMPILER) && ${WANT_COMPILER} == "clang")
 _coverage_libs+=	lib/libclang_rt/profile
 .else
 .endif


More information about the svn-src-projects mailing list