From 02343793bbaa620439bf9e9abb00b674b4807723 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 15 Jan 2012 17:15:45 +0400 Subject: [PATCH] kvm tools: Remove tags/TAGS on "make clean" Signed-off-by: Cyrill Gorcunov Signed-off-by: Pekka Enberg --- tools/kvm/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/kvm/Makefile b/tools/kvm/Makefile index d54fa47dc4a2..1aef516f27d2 100644 --- a/tools/kvm/Makefile +++ b/tools/kvm/Makefile @@ -327,6 +327,8 @@ clean: $(Q) rm -rf tests/boot/rootfs/ $(Q) rm -f $(DEPS) $(OBJS) $(PROGRAM) $(PROGRAM_ALIAS) $(GUEST_INIT) $(GUEST_INIT_S2) $(Q) rm -f cscope.* + $(Q) rm -f tags + $(Q) rm -f TAGS $(Q) rm -f $(KVM_INCLUDE)/common-cmds.h $(Q) rm -f KVMTOOLS-VERSION-FILE .PHONY: clean -- 2.39.5