diff options
author | crownedgrouse <[email protected]> | 2014-09-11 22:09:07 +0200 |
---|---|---|
committer | crownedgrouse <[email protected]> | 2014-09-11 22:12:01 +0200 |
commit | 5b30525df75e317db08620f3eccae685fae52b81 (patch) | |
tree | f3b4459df1c761b25fe0ddb077fa55ebf985e8ef /core/deps.mk | |
parent | 5c89ea7f6b13bdf1124b4d95909e1932356595ae (diff) | |
download | erlang.mk-5b30525df75e317db08620f3eccae685fae52b81.tar.gz erlang.mk-5b30525df75e317db08620f3eccae685fae52b81.tar.bz2 erlang.mk-5b30525df75e317db08620f3eccae685fae52b81.zip |
Silent the download command echo
Diffstat (limited to 'core/deps.mk')
-rw-r--r-- | core/deps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |