mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
make: s/tproxyd/crtools
tproxyd is another project. Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
134937bc87
commit
25af1beec4
10
Makefile
10
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user