[glib] Simplify coverage rules
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Simplify coverage rules
- Date: Sat, 21 Dec 2013 21:50:14 +0000 (UTC)
commit 8669f2c915083625f7503b96d1779f7f3773f890
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Dec 21 16:16:16 2013 -0500
Simplify coverage rules
This works just fine, no need for the manual removal of the
info file.
glib.mk | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/glib.mk b/glib.mk
index cbae1f4..00f2e42 100644
--- a/glib.mk
+++ b/glib.mk
@@ -59,9 +59,7 @@ genlcov:
@echo "file://$(abs_top_builddir)/glib-lcov/index.html"
lcov-clean:
- $(AM_V_GEN) $(LTP) --quiet --directory $(top_builddir) -z; \
- rm -rf glib-lcov.info glib-lcov; \
- find -name '*.gcda' -print | xargs rm
+ $(AM_V_GEN) $(LTP) --quiet --directory $(top_builddir) -z
# run tests in cwd as part of make check
check-local: test-nonrecursive
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]