Re: [Qemu-devel] [PATCH] Fix a parallel build failure.

2009-11-04 Thread Daniel Jacobowitz
On Wed, Nov 04, 2009 at 09:48:22PM +0100, Stefan Weil wrote: > Maybe a mix of your patch and my patch > (http://patchwork.ozlabs.org/patch/37446/) > would be the best fix for this problem. > > It should also be possible to apply both patches. Thanks, I didn't find your patch. I don't have any pr

Re: [Qemu-devel] [PATCH] Fix a parallel build failure.

2009-11-04 Thread Stefan Weil
Daniel Jacobowitz schrieb: > From: Daniel Jacobowitz > > With enough parallelism, make will run all the dependencies of > build-all at the same time: > > build-all: config-host.h config-all-devices.h $(DOCS) $(TOOLS) > > So some of the $(TOOLS) will build before config-host.h is finished. > The ob

[Qemu-devel] [PATCH] Fix a parallel build failure.

2009-11-04 Thread Daniel Jacobowitz
From: Daniel Jacobowitz With enough parallelism, make will run all the dependencies of build-all at the same time: build-all: config-host.h config-all-devices.h $(DOCS) $(TOOLS) So some of the $(TOOLS) will build before config-host.h is finished. The object files need to depend on it explicitly