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 --- core/deps.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/deps.mk') diff --git a/core/deps.mk b/core/deps.mk index f15ae74..6929f5f 100644 --- a/core/deps.mk +++ b/core/deps.mk @@ -77,7 +77,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