Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2017 05:55:13 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r324970 - projects/runtime-coverage
Message-ID:  <201710250555.v9P5tDpv078941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710250555.v9P5tDpv078941>