qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-5.2? 2/2] Makefile: No echoing for 'make help V=1'


From: Paolo Bonzini
Subject: Re: [PATCH for-5.2? 2/2] Makefile: No echoing for 'make help V=1'
Date: Thu, 5 Nov 2020 17:35:12 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

On 05/11/20 16:47, Greg Kurz wrote:
It doesn't bring much to have echoing with "make help". Suppress it
unconditionally.

Signed-off-by: Greg Kurz <groug@kaod.org>
---
  Makefile |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index df7a02a61a43..ba6b702107a5 100644
--- a/Makefile
+++ b/Makefile
@@ -270,7 +270,7 @@ include $(SRC_PATH)/tests/docker/Makefile.include
  include $(SRC_PATH)/tests/vm/Makefile.include
print-help-run = printf " %-30s - %s\\n" "$1" "$2"
-print-help = $(quiet-@)$(call print-help-run,$1,$2)
+print-help = @$(call print-help-run,$1,$2)
.PHONY: help
  help:



Queued, thanks (the first was already in my tree).

Paolo




reply via email to

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