[epiphany] build: Remove code coverage support
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] build: Remove code coverage support
- Date: Mon, 29 Aug 2016 18:43:42 +0000 (UTC)
commit e76454492a845f9c8f43cfe8794a2fa18fd1730a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Aug 29 13:06:03 2016 -0500
build: Remove code coverage support
It's not being used. And it's unrealistic.
configure.ac | 1 -
embed/Makefile.am | 4 ++--
lib/Makefile.am | 4 ++--
lib/history/Makefile.am | 4 ++--
lib/widgets/Makefile.am | 4 ++--
src/Makefile.am | 4 ++--
src/bookmarks/Makefile.am | 4 ++--
7 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a6ba40a..c902e90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,6 @@ m4_define([epiphany_changelog_start],[3.20.0])
AX_REQUIRE_DEFINED([APPSTREAM_XML])
AX_REQUIRE_DEFINED([AX_CHECK_ENABLE_DEBUG])
-AX_REQUIRE_DEFINED([AX_CODE_COVERAGE])
AX_REQUIRE_DEFINED([AX_COMPILER_FLAGS])
AX_REQUIRE_DEFINED([AX_GENERATE_CHANGELOG])
AX_REQUIRE_DEFINED([AX_IS_RELEASE])
diff --git a/embed/Makefile.am b/embed/Makefile.am
index ee21ba3..67504e7 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = web-extension
-AM_CFLAGS = $(CODE_COVERAGE_CFLAGS) $(WARN_CFLAGS)
-AM_LDFLAGS = $(CODE_COVERAGE_LDFLAGS) $(WARN_LDFLAGS)
+AM_CFLAGS = $(WARN_CFLAGS)
+AM_LDFLAGS = $(WARN_LDFLAGS)
noinst_LTLIBRARIES = \
libephyembed.la
diff --git a/lib/Makefile.am b/lib/Makefile.am
index a6edc8d..1840f4f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = widgets egg history
-AM_CFLAGS = $(CODE_COVERAGE_CFLAGS) $(WARN_CFLAGS)
-AM_LDFLAGS = $(CODE_COVERAGE_LDFLAGS) $(WARN_LDFLAGS)
+AM_CFLAGS = $(WARN_CFLAGS)
+AM_LDFLAGS = $(WARN_LDFLAGS)
pkglib_LTLIBRARIES = libephymisc.la
diff --git a/lib/history/Makefile.am b/lib/history/Makefile.am
index 2af2609..e108cd0 100644
--- a/lib/history/Makefile.am
+++ b/lib/history/Makefile.am
@@ -1,5 +1,5 @@
-AM_CFLAGS = $(CODE_COVERAGE_CFLAGS) $(WARN_CFLAGS)
-AM_LDFLAGS = $(CODE_COVERAGE_CFLAGS) $(WARN_LDFLAGS)
+AM_CFLAGS = $(WARN_CFLAGS)
+AM_LDFLAGS = $(WARN_LDFLAGS)
noinst_LTLIBRARIES = libephyhistory.la
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am
index a9b2e7e..ad76ed0 100644
--- a/lib/widgets/Makefile.am
+++ b/lib/widgets/Makefile.am
@@ -1,7 +1,7 @@
noinst_LTLIBRARIES = libephywidgets.la
-AM_CFLAGS = $(CODE_COVERAGE_CFLAGS) $(WARN_CFLAGS)
-AM_LDFLAGS = $(CODE_COVERAGE_LIBS) $(WARN_LDFLAGS)
+AM_CFLAGS = $(WARN_CFLAGS)
+AM_LDFLAGS = $(WARN_LDFLAGS)
BUILT_SOURCES = \
ephy-widgets-type-builtins.c \
diff --git a/src/Makefile.am b/src/Makefile.am
index a7a631e..6f69167 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = bookmarks
-AM_CFLAGS = $(CODE_COVERAGE_CFLAGS) $(WARN_CFLAGS)
-AM_LDFLAGS = $(CODE_COVERAGE_LDFLAGS) $(WARN_LDFLAGS)
+AM_CFLAGS = $(WARN_CFLAGS)
+AM_LDFLAGS = $(WARN_LDFLAGS)
pkglib_LTLIBRARIES = libephymain.la
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am
index 38d642c..5988a18 100644
--- a/src/bookmarks/Makefile.am
+++ b/src/bookmarks/Makefile.am
@@ -1,7 +1,7 @@
noinst_LTLIBRARIES = libephybookmarks.la
-AM_CFLAGS = $(CODE_COVERAGE_CFLAGS) $(WARN_CFLAGS)
-AM_LDFLAGS = $(CODE_COVERAGE_LIBS) $(WARN_LDFLAGS)
+AM_CFLAGS = $(WARN_CFLAGS)
+AM_LDFLAGS = $(WARN_LDFLAGS)
TYPES_H_FILES = \
ephy-bookmarks.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]