svn commit: r325209 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Tue Oct 31 04:08:45 UTC 2017


Author: ngie
Date: Tue Oct 31 04:08:44 2017
New Revision: 325209
URL: https://svnweb.freebsd.org/changeset/base/325209

Log:
  The append to _startup_libs was bogus; remove it

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Tue Oct 31 04:02:50 2017	(r325208)
+++ projects/runtime-coverage/Makefile.inc1	Tue Oct 31 04:08:44 2017	(r325209)
@@ -2288,7 +2288,6 @@ _coverage_libs+=	lib/libclang_rt/profile
 .endif
 .if !empty(_coverage_libs)
 _prereq_libs+=	${_coverage_libs}
-_startup_libs+=	${_coverage_libs}
 .endif
 
 # These dependencies are not automatically generated:


More information about the svn-src-projects mailing list