[libgdata] build: Distclean default.profraw files



commit 0d8ed048c0ed7d3546232526cc60b8daaded4a00
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Mar 5 20:19:25 2017 +0000

    build: Distclean default.profraw files
    
    They’re generated by Clang in the build directory when building with code
    coverage enabled. After a distclean they are no longer relevant (and are
    breaking distcheck).

 Makefile.am             |    4 +++-
 gdata/tests/Makefile.am |    3 +++
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 958f98c..4453f7b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -824,7 +824,9 @@ CLEANFILES += \
        `find "$(srcdir)" -type f -name .dirstamp -print`
 
 DISTCLEANFILES = \
-       gtk-doc.make
+       gtk-doc.make \
+       default.profraw \
+       $(NULL)
 
 MAINTAINERCLEANFILES += \
        $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
diff --git a/gdata/tests/Makefile.am b/gdata/tests/Makefile.am
index 8a9b4d8..d5a1de5 100644
--- a/gdata/tests/Makefile.am
+++ b/gdata/tests/Makefile.am
@@ -403,4 +403,7 @@ dist_test_data = \
        traces/tasks/teardown-update-tasklist \
        $(NULL)
 
+# Clang code coverage
+DISTCLEANFILES += default.profraw
+
 -include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]