From 5b30525df75e317db08620f3eccae685fae52b81 Mon Sep 17 00:00:00 2001 From: crownedgrouse Date: Thu, 11 Sep 2014 22:09:07 +0200 Subject: Silent the download command echo --- erlang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erlang.mk') diff --git a/erlang.mk b/erlang.mk index acdcb70..8600721 100644 --- a/erlang.mk +++ b/erlang.mk @@ -151,7 +151,7 @@ distclean-deps: # Packages related targets. $(PKG_FILE2): - $(call core_http_get,$(PKG_FILE2),$(PKG_FILE_URL)) + @$(call core_http_get,$(PKG_FILE2),$(PKG_FILE_URL)) pkg-list: $(PKG_FILE2) @cat $(PKG_FILE2) | awk 'BEGIN { FS = "\t" }; { print \ -- cgit v1.2.3