From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M3aNQ-0006l5-Lu for qemu-devel@nongnu.org; Mon, 11 May 2009 14:37:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M3aNL-0006jH-ET for qemu-devel@nongnu.org; Mon, 11 May 2009 14:37:23 -0400 Received: from [199.232.76.173] (port=50744 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3aNL-0006jB-9k for qemu-devel@nongnu.org; Mon, 11 May 2009 14:37:19 -0400 Received: from yw-out-1718.google.com ([74.125.46.154]:25071) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M3aNK-0000nH-P1 for qemu-devel@nongnu.org; Mon, 11 May 2009 14:37:18 -0400 Received: by yw-out-1718.google.com with SMTP id 5so1559067ywr.82 for ; Mon, 11 May 2009 11:37:18 -0700 (PDT) Message-ID: <4A08705B.7090403@codemonkey.ws> Date: Mon, 11 May 2009 13:37:15 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 4/4] Introduce global .config to selectively enable compile features References: <1242052009-27339-1-git-send-email-aliguori@us.ibm.com> <1242052009-27339-5-git-send-email-aliguori@us.ibm.com> <4A0842D2.5040706@redhat.com> In-Reply-To: <4A0842D2.5040706@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Anthony Liguori , qemu-devel@nongnu.org, Paul Brook Avi Kivity wrote: >> +.config: $(DEFCONFIG) >> + $(call quiet-command,cp $< $@,) >> >> > > Please let's not make this a hidden file. I'm happy to call it whatever you'd like :-) Some variation of config-host.{mak,h} probably makes sense. Regards, Anthony Liguori