diff options
author | Matthias Loy <matthias.loy@hbm.com> | 2014-11-03 20:23:35 +0100 |
---|---|---|
committer | Matthias Loy <matthias.loy@hbm.com> | 2014-11-03 20:23:35 +0100 |
commit | 1912894f5331a29de37fb13469c6eea16e51d4e4 (patch) | |
tree | 8966cd9b2824407bd90ea08b456438cbdb67eaa5 /Makefile | |
parent | 837ced350c5123c21c32154f1f2dc483238f7629 (diff) | |
parent | 3950ee0433aaed3c35eaee7548bae5b00ee22a80 (diff) |
:Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ all: $(EXECUTABLE) ifeq ($(config),coverage) test: $(EXECUTABLE) - @find $(BUILD) -name '*.gcda' | xargs rm + @find $(BUILD) -name '*.gcda' | xargs -r rm ./$(EXECUTABLE) @gcov -b -c $(BUILD)/src/pugixml.cpp.gcda | sed -e '/./{H;$!d;}' -e 'x;/pugixml.cpp/!d;' @ls *.gcov | grep -v pugixml.cpp.gcov | xargs rm @@ -51,4 +51,4 @@ $(BUILD)/%.o: % -include $(OBJECTS:.o=.d) -.PHONY: all test clean
\ No newline at end of file +.PHONY: all test clean |