From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39351 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIoCr-0006oA-1W for qemu-devel@nongnu.org; Wed, 17 Nov 2010 15:02:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIoBl-0006iG-7s for qemu-devel@nongnu.org; Wed, 17 Nov 2010 15:02:12 -0500 Received: from mail-bw0-f45.google.com ([209.85.214.45]:60218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIoBk-0006hv-VD for qemu-devel@nongnu.org; Wed, 17 Nov 2010 15:01:05 -0500 Received: by bwz16 with SMTP id 16so2068470bwz.4 for ; Wed, 17 Nov 2010 12:01:03 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4CE4347B.9080206@redhat.com> Date: Wed, 17 Nov 2010 21:00:59 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2] Force object directory use List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel On 11/17/2010 08:15 PM, Blue Swirl wrote: > If the user attempts to run 'configure' in the source tree, > create an object directory and configure that instead. > > Rename topmost Makefile to Makefile.top. Add a new Makefile, which > is only used when user attempts to run 'make' in the source tree. Interesting, but what's the point? It hardly simplifies code, since $source_path_used can be eliminated anyway... Paolo