Skip to content
Snippets Groups Projects
Commit 784106ec authored by Greg Kurz's avatar Greg Kurz Committed by Paolo Bonzini
Browse files

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: default avatarGreg Kurz <groug@kaod.org>
Message-Id: <160459122012.462591.8467906402712875729.stgit@bahia.lan>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent dc24926b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment