From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlK75-0001e9-TM for qemu-devel@nongnu.org; Mon, 25 Jul 2011 08:18:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlK74-0006Yr-SA for qemu-devel@nongnu.org; Mon, 25 Jul 2011 08:18:23 -0400 Message-ID: <4E2D5EA0.5020104@linux.vnet.ibm.com> Date: Mon, 25 Jul 2011 07:16:32 -0500 From: Michael Roth MIME-Version: 1.0 References: <1311223307-29486-1-git-send-email-cerbere@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] Makefile: fix out-of-tree builds List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Alexandre Raymond , qemu-trivial@nongnu.org, qemu-devel@nongnu.org On 07/25/2011 05:15 AM, Stefan Hajnoczi wrote: > On Thu, Jul 21, 2011 at 5:41 AM, Alexandre Raymond wrote: >> This patch fixes a minor bugs which prevented QEMU from being built >> out of tree. >> >> Signed-off-by: Alexandre Raymond >> --- >> Makefile | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) > > I don't normally use --source-path but it still seems broken to me > after applying your patch? > > $ cd /tmp; mkdir out; cd out > $ ~/qemu/configure --source-path=$HOME/qemu > $ make > GEN config-all-devices.mak > cat: i386-softmmu/config-devices.mak: No such file or directory > cat: x86_64-softmmu/config-devices.mak: No such file or directory > cat: alpha-softmmu/config-devices.mak: No such file or directory > > Stefan > Works okay for me with and without the patch if I do a `make distclean` in $HOME/qemu beforehand. Not sure what the trigger is for the breakage Alexandre is trying to address.