From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3NBj-0004FP-Hd for qemu-devel@nongnu.org; Thu, 19 May 2016 08:36:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3NBg-0007YZ-Am for qemu-devel@nongnu.org; Thu, 19 May 2016 08:36:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3NBg-0007YT-5A for qemu-devel@nongnu.org; Thu, 19 May 2016 08:36:24 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A71BD8E3DE for ; Thu, 19 May 2016 12:36:23 +0000 (UTC) From: Markus Armbruster References: <1463487848-19587-1-git-send-email-marcandre.lureau@redhat.com> Date: Thu, 19 May 2016 14:36:21 +0200 In-Reply-To: <1463487848-19587-1-git-send-email-marcandre.lureau@redhat.com> (marcandre lureau's message of "Tue, 17 May 2016 14:24:08 +0200") Message-ID: <877feqjkca.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] build-sys: delete TAGS in distclean only List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com Cc: qemu-devel@nongnu.org, Paolo Bonzini marcandre.lureau@redhat.com writes: > From: Marc-Andr=C3=A9 Lureau > > automake and other GNU build-sys generally keep TAGS file in make > 'clean' rule and delete it only in 'distclean' (and 'mrproper' for > linux). Do the same for qemu. > > Signed-off-by: Marc-Andr=C3=A9 Lureau Reviewed-by: Markus Armbruster Cc'ing Paolo because I understand he already has some build system patches queued. If he doesn't want to take this one along, then try qemu-trivial.