Re: [Qemu-devel] [PATCH] fix out of tree build

2011-11-29 Thread Stefano Stabellini
On Mon, 28 Nov 2011, Stefan Weil wrote: > The broken build can be reproduced with a source path containing at > least one dot. > Source paths without any dot will show no problems. My source path was > ~/src/qemu/qemu.org/qemu. Sorry for the build break, I didn't have any dots in my source path

Re: [Qemu-devel] [PATCH] fix out of tree build

2011-11-28 Thread Stefan Weil
Am 28.11.2011 19:34, schrieb Stefan Weil: Am 22.11.2011 18:27, schrieb Stefano Stabellini: Signed-off-by: Stefano Stabellini diff --git a/Makefile b/Makefile index 168093c..885065f 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ check-qjson: check-qjson.o $(qobject-obj-y) $(tools-ob

Re: [Qemu-devel] [PATCH] fix out of tree build

2011-11-28 Thread Anthony Liguori
On 11/28/2011 12:34 PM, Stefan Weil wrote: Am 22.11.2011 18:27, schrieb Stefano Stabellini: Signed-off-by: Stefano Stabellini diff --git a/Makefile b/Makefile index 168093c..885065f 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ check-qjson: check-qjson.o $(qobject-obj-y) $(tools-ob

Re: [Qemu-devel] [PATCH] fix out of tree build

2011-11-28 Thread Stefan Weil
Am 22.11.2011 18:27, schrieb Stefano Stabellini: Signed-off-by: Stefano Stabellini diff --git a/Makefile b/Makefile index 168093c..885065f 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ check-qjson: check-qjson.o $(qobject-obj-y) $(tools-obj-y) test-coroutine: test-coroutine.o qemu-

[Qemu-devel] [PATCH] fix out of tree build

2011-11-22 Thread Stefano Stabellini
Signed-off-by: Stefano Stabellini diff --git a/Makefile b/Makefile index 168093c..885065f 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ check-qjson: check-qjson.o $(qobject-obj-y) $(tools-obj-y) test-coroutine: test-coroutine.o qemu-timer-common.o async.o $(coroutine-obj-y) $(tools-