svn commit: r324970 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Wed Oct 25 05:55:14 UTC 2017


Author: ngie
Date: Wed Oct 25 05:55:13 2017
New Revision: 324970
URL: https://svnweb.freebsd.org/changeset/base/324970

Log:
  Let's try doing this...

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Wed Oct 25 05:46:03 2017	(r324969)
+++ projects/runtime-coverage/Makefile.inc1	Wed Oct 25 05:55:13 2017	(r324970)
@@ -2262,6 +2262,7 @@ _prereq_libs+= gnu/lib/libssp/libssp_nonshared
 _coverage_libs+=	lib/libclang_rt/profile
 .else
 .endif
+.endif
 .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
@@ -2269,7 +2270,6 @@ _coverage_libs+=	lib/libclang_rt/profile
 WMAKEENV:=	${WMAKEENV:NMK_COVERAGE*} MK_COVERAGE=no
 .else
 _prereq_libs+=	${_coverage_libs}
-.endif
 .endif
 
 # These dependencies are not automatically generated:


More information about the svn-src-projects mailing list