From 61f49af4759c7a1ab6ff1655d88f0144c97ab4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 30 Nov 2018 19:13:58 +0100 Subject: Hide some pointless output behind V=1 --- plugins/relx.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/relx.mk b/plugins/relx.mk index 1af4253..3eec77a 100644 --- a/plugins/relx.mk +++ b/plugins/relx.mk @@ -45,7 +45,7 @@ $(RELX): relx-rel: $(RELX) rel-deps app $(verbose) $(RELX) $(if $(filter 1,$V),-V 3) -c $(RELX_CONFIG) $(RELX_OPTS) release - $(MAKE) relx-post-rel + $(verbose) $(MAKE) relx-post-rel ifeq ($(RELX_TAR),1) $(verbose) $(RELX) $(if $(filter 1,$V),-V 3) -c $(RELX_CONFIG) $(RELX_OPTS) tar endif @@ -60,6 +60,7 @@ distclean-relx-rel: # Default hooks. relx-post-rel:: + $(verbose) : # Run target. -- cgit v1.2.3