Browse Source

Hide some pointless output behind V=1

Loïc Hoguin 6 years ago
parent
commit
61f49af475
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/relx.mk

+ 2 - 1
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.