Re: [Qemu-devel] [PATCH] Makefile: add qapi.py dependencies

2012-08-11 Thread Blue Swirl
On Fri, Aug 10, 2012 at 1:08 PM, Stefan Hajnoczi wrote: > Commit 427a1a2cb1d35b83b6302886f46289f6d617134d ("qapi: avoid reserved > keywords") modifies qapi.py, which is used by qapi-types.py and other > Python scripts. Because Makefile has no dependencies for qapi.py the > qapi code generator wil

[Qemu-devel] [PATCH] Makefile: add qapi.py dependencies

2012-08-10 Thread Stefan Hajnoczi
Commit 427a1a2cb1d35b83b6302886f46289f6d617134d ("qapi: avoid reserved keywords") modifies qapi.py, which is used by qapi-types.py and other Python scripts. Because Makefile has no dependencies for qapi.py the qapi code generator will not be rerun and the following build error is produced: net/