[CRIU] [PATCH 6/6] Makefile: mark gcov target as phony

Kir Kolyshkin kir at openvz.org
Wed May 1 23:17:10 EDT 2013


Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index fbc4ef9..5d3a161 100644
--- a/Makefile
+++ b/Makefile
@@ -238,5 +238,6 @@ gcov:
 	sed -i 's#/test/root/crtools##' crtools.ns.info && \
 	lcov -a crtools.l.info -a crtools.ns.info -o crtools.info && \
 	genhtml -o html crtools.info
+.PHONY: gcov
 
 .DEFAULT_GOAL	:= all
-- 
1.8.1.4



More information about the CRIU mailing list