Re: [Qemu-devel] [PATCH] Makefile: fix build when VPATH is outside GIT tree

2015-09-28 Thread Paolo Bonzini
On 25/09/2015 23:24, Steve Ellcey wrote: > On Fri, 2015-09-18 at 13:40 +0200, Paolo Bonzini wrote: > > > > The problem is due to the fact that some sub directory deps > > > were listed against SOFTMMU_SUBDIR_RULES instead of SUBDIR_RULES, > > > so were only processed for system emulators, not us

Re: [Qemu-devel] [PATCH] Makefile: fix build when VPATH is outside GIT tree

2015-09-25 Thread Steve Ellcey
On Fri, 2015-09-18 at 13:40 +0200, Paolo Bonzini wrote: > > The problem is due to the fact that some sub directory deps > > were listed against SOFTMMU_SUBDIR_RULES instead of SUBDIR_RULES, > > so were only processed for system emulators, not user emalutors. > > > > Signed-off-by: Daniel P. Berra

Re: [Qemu-devel] [PATCH] Makefile: fix build when VPATH is outside GIT tree

2015-09-18 Thread Paolo Bonzini
On 18/09/2015 12:01, Daniel P. Berrange wrote: > Steve Ellcey / Leon Alrae reported that QEMU fails to build when > the VPATH directory is outside of the GIT tree, and the system > emulators & tools build is disabled. eg > >cd .. >mkdir build >cd build >../qemu/configure --disabl

[Qemu-devel] [PATCH] Makefile: fix build when VPATH is outside GIT tree

2015-09-18 Thread Daniel P. Berrange
Steve Ellcey / Leon Alrae reported that QEMU fails to build when the VPATH directory is outside of the GIT tree, and the system emulators & tools build is disabled. eg cd .. mkdir build cd build ../qemu/configure --disable-system --disable-tools make (...) make[1]: *** No rule