diff options
author | Loïc Hoguin <[email protected]> | 2018-11-30 19:13:58 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-11-30 19:13:58 +0100 |
commit | 61f49af4759c7a1ab6ff1655d88f0144c97ab4f4 (patch) | |
tree | 3a05754523c4a10a45dd9f09b75acd60ca3afca7 /plugins | |
parent | da01261d211f753af8f4f0925cbf1cbdf9a04da0 (diff) | |
download | erlang.mk-61f49af4759c7a1ab6ff1655d88f0144c97ab4f4.tar.gz erlang.mk-61f49af4759c7a1ab6ff1655d88f0144c97ab4f4.tar.bz2 erlang.mk-61f49af4759c7a1ab6ff1655d88f0144c97ab4f4.zip |
Hide some pointless output behind V=1
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/relx.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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. |