]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Remove tags/TAGS on "make clean"
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 15 Jan 2012 13:15:45 +0000 (17:15 +0400)
committerPekka Enberg <penberg@kernel.org>
Sun, 15 Jan 2012 20:21:37 +0000 (22:21 +0200)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile

index d54fa47dc4a2bae465c55636f5e841c937c37001..1aef516f27d2e37f0fe1999a1cbdc56c9f49aeb1 100644 (file)
@@ -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