From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aamWT-0005iu-8g for qemu-devel@nongnu.org; Tue, 01 Mar 2016 10:47:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aamWP-0002wY-9S for qemu-devel@nongnu.org; Tue, 01 Mar 2016 10:47:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aamWP-0002wT-3q for qemu-devel@nongnu.org; Tue, 01 Mar 2016 10:47:37 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id B54A88F4E7 for ; Tue, 1 Mar 2016 15:47:36 +0000 (UTC) References: <56BB8F66.5080406@redhat.com> <20160214071711.GD31933@ad.usersys.redhat.com> <56D4769C.5080808@redhat.com> <20160301015518.GE15213@ad.usersys.redhat.com> From: John Snow Message-ID: <56D5B997.7070307@redhat.com> Date: Tue, 1 Mar 2016 10:47:35 -0500 MIME-Version: 1.0 In-Reply-To: <20160301015518.GE15213@ad.usersys.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Fam Zheng Cc: qemu-devel On 02/29/2016 08:55 PM, Fam Zheng wrote: > 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 > Aha, yes. I guess it's not quite working to avoid certain sanity checks, I'll check something in. Thanks, sorry for the noise.