Re: [Qemu-devel] [PATCH] qapi: Add includes from qapi/ as dependencies

2014-06-13 Thread Eric Blake
On 06/07/2014 01:12 PM, Max Reitz wrote: > qapi-schema.json has been split into three smaller JSON files in qapi/. > Add them as dependencies for the code generation in the Makefile, so > changes to them will result in a rebuilt of all QAPI-dependent code. > > Signed-off-by: Max Reitz > --- > Ma

Re: [Qemu-devel] [PATCH] qapi: Add includes from qapi/ as dependencies

2014-06-11 Thread Fam Zheng
On Sat, 06/07 21:12, Max Reitz wrote: > qapi-schema.json has been split into three smaller JSON files in qapi/. > Add them as dependencies for the code generation in the Makefile, so > changes to them will result in a rebuilt of all QAPI-dependent code. > > Signed-off-by: Max Reitz > --- > Makef

Re: [Qemu-devel] [PATCH] qapi: Add includes from qapi/ as dependencies

2014-06-07 Thread Benoît Canet
The Saturday 07 Jun 2014 à 21:12:04 (+0200), Max Reitz wrote : > qapi-schema.json has been split into three smaller JSON files in qapi/. > Add them as dependencies for the code generation in the Makefile, so > changes to them will result in a rebuilt of all QAPI-dependent code. > > Signed-off-by:

[Qemu-devel] [PATCH] qapi: Add includes from qapi/ as dependencies

2014-06-07 Thread Max Reitz
qapi-schema.json has been split into three smaller JSON files in qapi/. Add them as dependencies for the code generation in the Makefile, so changes to them will result in a rebuilt of all QAPI-dependent code. Signed-off-by: Max Reitz --- Makefile | 9 ++--- 1 file changed, 6 insertions(+),