From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaZX5-0005k2-7g for qemu-devel@nongnu.org; Mon, 29 Feb 2016 20:55:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaZX2-0000VQ-0R for qemu-devel@nongnu.org; Mon, 29 Feb 2016 20:55:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaZX1-0000VG-RU for qemu-devel@nongnu.org; Mon, 29 Feb 2016 20:55:23 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id A8A332DC379 for ; Tue, 1 Mar 2016 01:55:22 +0000 (UTC) Date: Tue, 1 Mar 2016 09:55:18 +0800 From: Fam Zheng Message-ID: <20160301015518.GE15213@ad.usersys.redhat.com> References: <56BB8F66.5080406@redhat.com> <20160214071711.GD31933@ad.usersys.redhat.com> <56D4769C.5080808@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56D4769C.5080808@redhat.com> Subject: Re: [Qemu-devel] make distclean can fail do to a configuration check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: qemu-devel On Mon, 02/29 11:49, John Snow wrote: > > > On 02/14/2016 02:17 AM, Fam Zheng wrote: > Fam, didn't you have patches to allow e.g. cleans and "make tags" and so > on without re-incurring a full reconfiguration? Do you mean this? fam@fam-t430:~/work/qemu [master]$ git grep UNCHECKED_GOALS Makefile:UNCHECKED_GOALS := %clean TAGS cscope ctags Makefile:ifneq ($(filter-out $(UNCHECKED_GOALS),$(MAKECMDGOALS)),$(if $(MAKECMDGOALS),,fail)) Makefile:ifneq ($(filter-out $(UNCHECKED_GOALS),$(MAKECMDGOALS)),$(if $(MAKECMDGOALS),,fail)) Fam