From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48056 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIrn9-0005j4-3t for qemu-devel@nongnu.org; Wed, 17 Nov 2010 18:51:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIrn7-0002lx-Pw for qemu-devel@nongnu.org; Wed, 17 Nov 2010 18:51:54 -0500 Received: from mail-bw0-f45.google.com ([209.85.214.45]:46097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIrn7-0002lk-Gb for qemu-devel@nongnu.org; Wed, 17 Nov 2010 18:51:53 -0500 Received: by bwz16 with SMTP id 16so2289085bwz.4 for ; Wed, 17 Nov 2010 15:51:52 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4CE46A94.6040007@redhat.com> Date: Thu, 18 Nov 2010 00:51:48 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <4CE4347B.9080206@redhat.com> <4CE459B8.7050204@redhat.com> 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: Peter Maydell Cc: Blue Swirl , qemu-devel On 11/18/2010 12:05 AM, Peter Maydell wrote: >> > It may be unified but it's pretty much unlike every other >> > build system I've ever seen. > If you want another approach you could do what glibc does (IIRC), > which is to just give an error message if you invoke configure in > the source directory suggesting that you run it in a separate build > directory. Yes, that would be better. Paolo