Eric Blake writes:
> On 02/02/2018 07:03 AM, Markus Armbruster wrote:
>> A massive number of objects depends on QAPI-generated headers. In my
>> "build everything" tree, it's roughly 4500 out of 4800. This is
>> particularly annoying when only some of the generated files change,
>> say for a do
On 02/02/2018 07:03 AM, Markus Armbruster wrote:
> A massive number of objects depends on QAPI-generated headers. In my
> "build everything" tree, it's roughly 4500 out of 4800. This is
> particularly annoying when only some of the generated files change,
> say for a doc fix.
>
> Improve qapi-ge
A massive number of objects depends on QAPI-generated headers. In my
"build everything" tree, it's roughly 4500 out of 4800. This is
particularly annoying when only some of the generated files change,
say for a doc fix.
Improve qapi-gen.py to touch its output files only if they actually
change.