Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2017 04:42:57 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r324896 - in projects/runtime-coverage: gnu/usr.bin/cc/cc_tools lib/libpam/libpam
Message-ID:  <201710230442.v9N4gv3l049818@repo.freebsd.org>

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



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