From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: [PATCH] kvm tools: Remove tags/TAGS on "make clean" Date: Sun, 15 Jan 2012 17:15:45 +0400 Message-ID: <20120115131545.GE2067@moon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Asias He , Sasha Levin , Ingo Molnar , KVM-ML To: Pekka Enberg Return-path: Received: from mail-bk0-f46.google.com ([209.85.214.46]:43267 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751419Ab2AONPu (ORCPT ); Sun, 15 Jan 2012 08:15:50 -0500 Received: by bkas6 with SMTP id s6so36186bka.19 for ; Sun, 15 Jan 2012 05:15:48 -0800 (PST) Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Signed-off-by: Cyrill Gorcunov --- 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