Commit 9445c316 authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Pavel Emelyanov

make: remove pie/pigen/*.{gcda, gcno, gcov} on clean

Not nice to leave them.
Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 6effc59e
...@@ -278,7 +278,8 @@ clean: clean-built ...@@ -278,7 +278,8 @@ clean: clean-built
$(Q) $(RM) ./*.img $(Q) $(RM) ./*.img
$(Q) $(RM) ./*.out $(Q) $(RM) ./*.out
$(Q) $(RM) ./*.bin $(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) -r ./gcov
$(Q) $(RM) protobuf-desc-gen.h $(Q) $(RM) protobuf-desc-gen.h
$(Q) $(MAKE) -C test $@ $(Q) $(MAKE) -C test $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment