qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL v2 21/50] Makefile: add target to print generated


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PULL v2 21/50] Makefile: add target to print generated files
Date: Fri, 13 Apr 2018 09:21:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

"Michael S. Tsirkin" <address@hidden> writes:

> This is helpful for automatic code analysis.

Out of curiosity: how?

> Signed-off-by: Michael S. Tsirkin <address@hidden>
> ---
>  Makefile | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/Makefile b/Makefile
> index 677a54b..f799390 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1045,6 +1045,9 @@ endif
>  include $(SRC_PATH)/tests/docker/Makefile.include
>  include $(SRC_PATH)/tests/vm/Makefile.include
>  
> +printgen:
> +     @echo $(GENERATED_FILES)
> +
>  .PHONY: help
>  help:
>       @echo  'Generic targets:'

I tried to answer my question myself by looking up the thread where this
patch was posted for review.  I can't find any.  Am I blind?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]