Thread (19 messages) flat view 19 messages, 4 authors, 2016-06-15

Re: [PATCH 2/6] Makefile: Include subdirectories in "make cover" reports

From: Jonathan Nieder <hidden>
Date: 2016-06-15 22:49:10

Ævar Arnfjörð Bjarmason wrote:
On Sat, Jul 24, 2010 at 22:37, Thomas Rast [off-list ref] wrote:
quoted
Ævar Arnfjörð Bjarmason wrote:
quoted
quoted
 coverage-clean:
-     rm -f *.gcda *.gcno
+     $(RM) *.gcov *.gcda *.gcno
+     $(RM) builtin/*.gcov
+     $(RM) builtin/*.gcda
+     $(RM) builtin/*.gcno
By the same logic, the xdiff and compat directories should also be
included here.  Maybe also block-sha1?
Yeah, actually now that I think about it any C code we compile could
spew those *.gcda *.gcno files, which means:
You can find a list of directories where the Makefile was thinking about
building things with "dirs := $(sort $(dir $(OBJECTS)))".  See
dep_dirs for an example.

Hope that helps,
Jonathan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help