* [PATCH] kvm tools: Remove tags/TAGS on "make clean"
@ 2012-01-15 13:15 Cyrill Gorcunov
0 siblings, 0 replies; only message in thread
From: Cyrill Gorcunov @ 2012-01-15 13:15 UTC (permalink / raw)
To: Pekka Enberg; +Cc: Asias He, Sasha Levin, Ingo Molnar, KVM-ML
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
---
tools/kvm/Makefile | 2 ++
1 file changed, 2 insertions(+)
Index: linux-2.6.git/tools/kvm/Makefile
===================================================================
--- linux-2.6.git.orig/tools/kvm/Makefile
+++ linux-2.6.git/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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-15 13:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-15 13:15 [PATCH] kvm tools: Remove tags/TAGS on "make clean" Cyrill Gorcunov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.