diff mbox series

Revert "Makefile: add target to print generated files"

Message ID 20180504054241.6833-1-armbru@redhat.com
State New
Headers show
Series Revert "Makefile: add target to print generated files" | expand

Commit Message

Markus Armbruster May 4, 2018, 5:42 a.m. UTC
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 <mst@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 Makefile | 3 ---
 1 file changed, 3 deletions(-)

Comments

Eric Blake May 4, 2018, 12:52 p.m. UTC | #1
On 05/04/2018 12:42 AM, Markus Armbruster wrote:
> 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 <mst@redhat.com>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>   Makefile | 3 ---
>   1 file changed, 3 deletions(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/Makefile b/Makefile
> index d71dd5bea4..f36110d4aa 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1047,9 +1047,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:'
>
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index d71dd5bea4..f36110d4aa 100644
--- a/Makefile
+++ b/Makefile
@@ -1047,9 +1047,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:'