[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 4/6] Makefile: No echoing for 'make help V=1'
From: |
Paolo Bonzini |
Subject: |
[PULL 4/6] Makefile: No echoing for 'make help V=1' |
Date: |
Tue, 10 Nov 2020 06:29:07 -0500 |
From: Greg Kurz <groug@kaod.org>
It doesn't bring much to have echoing with "make help". Suppress it
unconditionally.
Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <160459122012.462591.8467906402712875729.stgit@bahia.lan>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
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:
--
2.26.2
- [PULL 0/6] Misc fixes for QEMU 5.2-rc2, Paolo Bonzini, 2020/11/10
- [PULL 1/6] meson: Clarify the confusing vhost-user vs. vhost-kernel output, Paolo Bonzini, 2020/11/10
- [PULL 6/6] pvpanic: Advertise the PVPANIC_CRASHLOADED event support, Paolo Bonzini, 2020/11/10
- [PULL 2/6] fix make clean/distclean, Paolo Bonzini, 2020/11/10
- [PULL 5/6] physmem: improve ram size error messages, Paolo Bonzini, 2020/11/10
- [PULL 4/6] Makefile: No echoing for 'make help V=1',
Paolo Bonzini <=
- [PULL 3/6] replay: remove some dead code, Paolo Bonzini, 2020/11/10
- Re: [PULL 0/6] Misc fixes for QEMU 5.2-rc2, no-reply, 2020/11/10
- Re: [PULL 0/6] Misc fixes for QEMU 5.2-rc2, Peter Maydell, 2020/11/10