[CRIU] [PATCH 4/4] make: remove pie/pigen/*.{gcda, gcno, gcov} on clean
Dmitry Safonov
dsafonov at virtuozzo.com
Thu Feb 11 08:48:18 PST 2016
Not nice to leave them.
Signed-off-by: Dmitry Safonov <dsafonov at virtuozzo.com>
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index efdbeb6..d88c1d0 100644
--- a/Makefile
+++ b/Makefile
@@ -278,7 +278,8 @@ clean: clean-built
$(Q) $(RM) ./*.img
$(Q) $(RM) ./*.out
$(Q) $(RM) ./*.bin
- $(Q) $(RM) ./*.{gcda,gcno,gcov} ./test/`pwd`/*.{gcda,gcno,gcov} ./pie/*.{gcda,gcno,gcov}
+ $(Q) $(RM) ./*.{gcda,gcno,gcov} ./test/`pwd`/*.{gcda,gcno,gcov}
+ $(Q) $(RM) ./pie/*.{gcda,gcno,gcov} ./pie/piegen/*.{gcda,gcno,gcov}
$(Q) $(RM) -r ./gcov
$(Q) $(RM) protobuf-desc-gen.h
$(Q) $(MAKE) -C test $@
--
2.7.1
More information about the CRIU
mailing list