From: Ronny Chevalier Date: Mon, 23 Jun 2014 19:28:23 +0000 (+0200) Subject: build-sys: do not run coverage if build failed X-Git-Tag: v215~203 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5549f483d06d2e5c91da76b5780c5f0e217b472e build-sys: do not run coverage if build failed --- diff --git a/Makefile.am b/Makefile.am index 0e4edf771..37a164e56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1635,7 +1635,7 @@ test_conf_files_LDADD = \ .PHONY: coverage lcov-run lcov-report coverage-sync # run lcov from scratch, always -coverage: +coverage: all $(MAKE) lcov-run $(MAKE) lcov-report