From 784106ec98b68cd4c1470a3f92cc46ac3e8926c1 Mon Sep 17 00:00:00 2001 From: Greg Kurz Date: Thu, 5 Nov 2020 16:47:00 +0100 Subject: [PATCH] Makefile: No echoing for 'make help V=1' It doesn't bring much to have echoing with "make help". Suppress it unconditionally. Signed-off-by: Greg Kurz Message-Id: <160459122012.462591.8467906402712875729.stgit@bahia.lan> Signed-off-by: Paolo Bonzini --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6f2da3e7dc..76dbb917f5 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: