From: Markus Armbruster Date: Fri, 4 May 2018 05:42:41 +0000 (+0200) Subject: Revert "Makefile: add target to print generated files" X-Git-Tag: qemu-xen-4.12.0-rc1~168^2~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=717ea844a7640cf0c9d7713ce2f00ee091d4a01f;p=qemu-xen.git Revert "Makefile: add target to print generated files" This reverts commit 9578f8cc3e8bd71de8e3f543dc7b95644d64824e. The patch snuck in by accident without having been posted to qemu-devel. It's entirely redundant: existing target print-% already serves the purpose. Cc: Michael S. Tsirkin Signed-off-by: Markus Armbruster Message-Id: <20180504054241.6833-1-armbru@redhat.com> Reviewed-by: Eric Blake --- diff --git a/Makefile b/Makefile index 6c6664d9a3..355b44ff37 100644 --- a/Makefile +++ b/Makefile @@ -1055,9 +1055,6 @@ 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:'