projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0e5c85
)
Makefile: add target to print generated files
author
Michael S. Tsirkin
<mst@redhat.com>
Mon, 19 Mar 2018 01:37:28 +0000
(
03:37
+0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 20 Mar 2018 01:46:48 +0000
(
03:46
+0200)
This is helpful for automatic code analysis.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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:'