svn commit: r324931 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Mon Oct 23 17:11:19 UTC 2017


Author: ngie
Date: Mon Oct 23 17:11:18 2017
New Revision: 324931
URL: https://svnweb.freebsd.org/changeset/base/324931

Log:
  Don't expand _coverage_libs

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Mon Oct 23 17:05:35 2017	(r324930)
+++ projects/runtime-coverage/Makefile.inc1	Mon Oct 23 17:11:18 2017	(r324931)
@@ -2262,7 +2262,7 @@ _prereq_libs+= gnu/lib/libssp/libssp_nonshared
 _coverage_libs+=	lib/libclang_rt/profile
 .else
 .endif
-.if empty(${_coverage_libs})
+.if empty(_coverage_libs)
 # 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.


More information about the svn-src-projects mailing list