Re: [Qemu-devel] [PATCH V9 3/8] Buildsystem move qapi generation to Makefile.objs

2012-11-18 Thread Paolo Bonzini
Il 18/11/2012 13:56, Wenchao Xia ha scritto: > 于 2012-11-16 19:12, Paolo Bonzini 写道: >> Il 16/11/2012 11:58, Wenchao Xia ha scritto: > Sub Makefile may need qapi generated files, so move them to > Makefile.objs, > In this way Makfile.objs control file auto generation. No o

Re: [Qemu-devel] [PATCH V9 3/8] Buildsystem move qapi generation to Makefile.objs

2012-11-18 Thread Wenchao Xia
于 2012-11-16 19:12, Paolo Bonzini 写道: Il 16/11/2012 11:58, Wenchao Xia ha scritto: Sub Makefile may need qapi generated files, so move them to Makefile.objs, In this way Makfile.objs control file auto generation. No objection in principle, but why are you doing this? Does it fix anything?

Re: [Qemu-devel] [PATCH V9 3/8] Buildsystem move qapi generation to Makefile.objs

2012-11-16 Thread Paolo Bonzini
Il 16/11/2012 11:58, Wenchao Xia ha scritto: >>>Sub Makefile may need qapi generated files, so move them to >>> Makefile.objs, >>> In this way Makfile.objs control file auto generation. >> >> No objection in principle, but why are you doing this? Does it fix >> anything? > > It seems tools

Re: [Qemu-devel] [PATCH V9 3/8] Buildsystem move qapi generation to Makefile.objs

2012-11-16 Thread Wenchao Xia
于 2012-11-16 18:54, Paolo Bonzini 写道: Il 16/11/2012 11:12, Wenchao Xia ha scritto: Sub Makefile may need qapi generated files, so move them to Makefile.objs, In this way Makfile.objs control file auto generation. No objection in principle, but why are you doing this? Does it fix anything?

Re: [Qemu-devel] [PATCH V9 3/8] Buildsystem move qapi generation to Makefile.objs

2012-11-16 Thread Paolo Bonzini
Il 16/11/2012 11:12, Wenchao Xia ha scritto: > Sub Makefile may need qapi generated files, so move them to Makefile.objs, > In this way Makfile.objs control file auto generation. No objection in principle, but why are you doing this? Does it fix anything? Paolo > Signed-off-by: Wenchao Xia >

[Qemu-devel] [PATCH V9 3/8] Buildsystem move qapi generation to Makefile.objs

2012-11-16 Thread Wenchao Xia
Sub Makefile may need qapi generated files, so move them to Makefile.objs, In this way Makfile.objs control file auto generation. Signed-off-by: Wenchao Xia --- Makefile | 22 -- Makefile.objs | 22 ++ 2 files changed, 22 insertions(+), 22 delet