[CRIU] [PATCH] make: s/tproxyd/crtools

Andrey Vagin avagin at openvz.org
Wed Dec 26 02:47:46 EST 2012


tproxyd is another project.

Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index e60d129..6f0d479 100644
--- a/Makefile
+++ b/Makefile
@@ -229,11 +229,11 @@ gcov:
 	$(Q) mkdir gcov && \
 	cd gcov && \
 	cp ../*.gcno ../*.c ../test/root/crtools/	&& \
-	geninfo --no-checksum  --output-filename tproxyd.l.info --no-recursion .. && \
-	geninfo --no-checksum  --output-filename tproxyd.ns.info --no-recursion ../test/root/crtools && \
-	sed -i 's#/test/root/crtools##' tproxyd.ns.info && \
-	lcov -a tproxyd.l.info -a tproxyd.ns.info -o tproxyd.info && \
-	genhtml -o html tproxyd.info
+	geninfo --no-checksum  --output-filename crtools.l.info --no-recursion .. && \
+	geninfo --no-checksum  --output-filename crtools.ns.info --no-recursion ../test/root/crtools && \
+	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
 
 deps-targets := $(OBJS) $(patsubst %.o,%.s,$(OBJS)) $(patsubst %.o,%.i,$(OBJS)) $(PROGRAM)
 
-- 
1.7.11.7



More information about the CRIU mailing list