From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcuaD-0005Gs-E4 for qemu-devel@nongnu.org; Fri, 18 Sep 2015 08:16:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zcua8-0005ph-Ri for qemu-devel@nongnu.org; Fri, 18 Sep 2015 08:16:04 -0400 Received: from mail-vk0-f54.google.com ([209.85.213.54]:36049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcua8-0005pc-Nj for qemu-devel@nongnu.org; Fri, 18 Sep 2015 08:16:00 -0400 Received: by vkfp126 with SMTP id p126so28646171vkf.3 for ; Fri, 18 Sep 2015 05:16:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <87r3lw53u8.fsf_-_@blackfin.pond.sub.org> References: <47bb75f9-c831-4898-a4bc-ff6c720708ae@BAMAIL02.ba.imgtec.org> <20150918082402.GA16906@redhat.com> <55FBD10B.4090304@imgtec.com> <20150918090634.GC16906@redhat.com> <87r3lw53u8.fsf_-_@blackfin.pond.sub.org> From: Peter Maydell Date: Fri, 18 Sep 2015 13:15:40 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] Someone kill the in-tree build, please (was: MIPS qemu build failure) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Leon Alrae , Steve Ellcey , QEMU Developers On 18 September 2015 at 13:06, Markus Armbruster wrote: > "Daniel P. Berrange" writes: >> You have your build directory *outside* the QEMU source tree, >> eg $GIT/../build, whereas I had been testing with $GIT/build >> and an non-VPATH build. > Dropping the in-tree build entirely would save us from such unnecessary > build breakages. No it wouldn't, because neither "build in $GIT/build" nor "build in ../build" are in-tree build configs (which would be "build in $GIT" and which I agree we don't really want to encourage). thanks -- PMM