From 0eb54a71605a955df14c5df793ebe676c86259f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 4 Jul 2015 18:10:03 +0200 Subject: Add $(verbose) to avoid completely silencing commands --- plugins/ci.mk | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'plugins/ci.mk') diff --git a/plugins/ci.mk b/plugins/ci.mk index 4f338b3..11be218 100644 --- a/plugins/ci.mk +++ b/plugins/ci.mk @@ -42,16 +42,12 @@ endef $(foreach otp,$(CI_OTP),$(eval $(call ci_otp_target,$(otp)))) -define kerl_fetch - $(call core_http_get,$(KERL),$(KERL_URL)) - chmod +x $(KERL) -endef - $(KERL): - @$(call kerl_fetch) + $(gen_verbose) $(call core_http_get,$(KERL),$(KERL_URL)) + $(verbose) chmod +x $(KERL) help:: - @printf "%s\n" "" \ + $(verbose) printf "%s\n" "" \ "Continuous Integration targets:" \ " ci Run '$(MAKE) tests' on all configured Erlang versions." \ "" \ -- cgit v1.2.3