On 07/29/2017 06:30 AM, Peter Maydell wrote:
> This happens because we have a rule that says
> "Makefile: $(GENERATED_FILES)"
> which is how we ensure that the autogenerated header
> files are always built before any .c file is compiled.
> The unfortunate side effect is that we rebuild the
> genera
On 29 July 2017 at 02:55, Philippe Mathieu-Daudé wrote:
> Is it necessary to generate this files to run 'make help'?
>
> $ ./configure
> [...]
> $ make help
> CHK version_gen.h
> UPD version_gen.h
> DEP util.c
> CHK version_gen.h
This happens because we have a rul
Is it necessary to generate this files to run 'make help'?
$ ./configure
[...]
$ make help
CHK version_gen.h
UPD version_gen.h
DEP util.c
CHK version_gen.h
GEN qmp-commands.h
GEN qapi-types.h
GEN qapi-visit.h
GEN qapi-event.h
GEN qmp-