svn commit: r324896 - in projects/runtime-coverage: gnu/usr.bin/cc/cc_tools lib/libpam/libpam
Ngie Cooper
ngie at FreeBSD.org
Mon Oct 23 04:42:58 UTC 2017
Author: ngie
Date: Mon Oct 23 04:42:57 2017
New Revision: 324896
URL: https://svnweb.freebsd.org/changeset/base/324896
Log:
Diff reduce with ^/head
This doesn't seem to be necessary after the changes to only apply --coverage
to shared objects.
We'll see if it works with make tinderbox.
Modified:
projects/runtime-coverage/gnu/usr.bin/cc/cc_tools/Makefile
projects/runtime-coverage/lib/libpam/libpam/Makefile
Modified: projects/runtime-coverage/gnu/usr.bin/cc/cc_tools/Makefile
==============================================================================
--- projects/runtime-coverage/gnu/usr.bin/cc/cc_tools/Makefile Mon Oct 23 04:23:25 2017 (r324895)
+++ projects/runtime-coverage/gnu/usr.bin/cc/cc_tools/Makefile Mon Oct 23 04:42:57 2017 (r324896)
@@ -4,8 +4,6 @@
CFLAGS+= -I.
-MK_COVERAGE= no
-
.include "../Makefile.inc"
# Some of the logic needed in here is defined in Makefile.hdrs as it is shared
# with gnu/lib.
Modified: projects/runtime-coverage/lib/libpam/libpam/Makefile
==============================================================================
--- projects/runtime-coverage/lib/libpam/libpam/Makefile Mon Oct 23 04:23:25 2017 (r324895)
+++ projects/runtime-coverage/lib/libpam/libpam/Makefile Mon Oct 23 04:42:57 2017 (r324896)
@@ -44,7 +44,6 @@ OPENPAM= ${SRCTOP}/contrib/openpam
SHLIB= pam
.endif
-MK_COVERAGE=no # XXX: causes libpam to segfault.
MK_PROFILE=no
SRCS= openpam_asprintf.c \
More information about the svn-src-projects
mailing list