]> Git Repo - qemu.git/commitdiff
Makefile: add target to print generated files
authorMichael S. Tsirkin <[email protected]>
Mon, 19 Mar 2018 01:37:28 +0000 (03:37 +0200)
committerMichael S. Tsirkin <[email protected]>
Tue, 20 Mar 2018 01:46:48 +0000 (03:46 +0200)
This is helpful for automatic code analysis.

Signed-off-by: Michael S. Tsirkin <[email protected]>
Makefile

index 677a54b0820929fc1e686078a2197cf6fccd6174..f799390464dc133f1631db959e8ee7ad5349077d 100644 (file)
--- 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:'
This page took 0.028955 seconds and 4 git commands to generate.