Re: [Qemu-devel] [Qemu-trivial] [PATCH] Makefile: fix out-of-tree builds

2011-07-25 Thread Alexandre Raymond
Hi guys, Thank you for investigating this problem. I finally found out why this problem occured in the first place. It is a combination of the bug you just described and the fact that "make distclean" only deletes the build directories of the targets specified *in the last call to configure*. e.

Re: [Qemu-devel] [Qemu-trivial] [PATCH] Makefile: fix out-of-tree builds

2011-07-25 Thread Michael Roth
On 07/25/2011 09:43 AM, Stefan Hajnoczi wrote: On Mon, Jul 25, 2011 at 2:57 PM, Michael Roth wrote: On 07/25/2011 07:43 AM, Stefan Hajnoczi wrote: On Mon, Jul 25, 2011 at 1:16 PM, Michael Roth wrote: On 07/25/2011 05:15 AM, Stefan Hajnoczi wrote: On Thu, Jul 21, 2011 at 5:41 AM, Alexand

Re: [Qemu-devel] [Qemu-trivial] [PATCH] Makefile: fix out-of-tree builds

2011-07-25 Thread Stefan Hajnoczi
On Mon, Jul 25, 2011 at 2:57 PM, Michael Roth wrote: > On 07/25/2011 07:43 AM, Stefan Hajnoczi wrote: >> >> On Mon, Jul 25, 2011 at 1:16 PM, Michael Roth >>  wrote: >>> >>> On 07/25/2011 05:15 AM, Stefan Hajnoczi wrote: On Thu, Jul 21, 2011 at 5:41 AM, Alexandre Raymond  wrote:

Re: [Qemu-devel] [Qemu-trivial] [PATCH] Makefile: fix out-of-tree builds

2011-07-25 Thread Michael Roth
On 07/25/2011 07:43 AM, Stefan Hajnoczi wrote: On Mon, Jul 25, 2011 at 1:16 PM, Michael Roth wrote: 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. Si

Re: [Qemu-devel] [Qemu-trivial] [PATCH] Makefile: fix out-of-tree builds

2011-07-25 Thread Stefan Hajnoczi
On Mon, Jul 25, 2011 at 1:16 PM, Michael Roth wrote: > 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 Ra

Re: [Qemu-devel] [Qemu-trivial] [PATCH] Makefile: fix out-of-tree builds

2011-07-25 Thread Michael Roth
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(-)

Re: [Qemu-devel] [Qemu-trivial] [PATCH] Makefile: fix out-of-tree builds

2011-07-25 Thread Stefan Hajnoczi
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 b