summaryrefslogtreecommitdiff
path: root/mk/fetch.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-20 22:59:18 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-20 22:59:18 +0200
commit10e3a2834cde618a1dbad34a1cdede62bdd7b6cf (patch)
tree6f41f2492cf1ca1f8a2e961acee30c34dc82d7b8 /mk/fetch.mk
parent81e560c942777c4a9e38d727975001cf58f73d72 (diff)
show dltool (curl/wget) errors when make package=foo clean package ADK_VERBOSE=1 is used
Diffstat (limited to 'mk/fetch.mk')
-rw-r--r--mk/fetch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/fetch.mk b/mk/fetch.mk
index a7fa86aff..743626378 100644
--- a/mk/fetch.mk
+++ b/mk/fetch.mk
@@ -89,7 +89,7 @@ $(1):
for site in $${PKG_SITES} $${MASTER_SITE_BACKUP}; do \
: echo "$${FETCHCMD} $$$$site$$$$filename"; \
rm -f "$$$$filename"; \
- if $${FETCHCMD} $$$$filename $$$$site$$$$filename; then \
+ if $${FETCHCMD} $$$$filename $$$$site$$$$filename $(DL_TRACE); then \
: check the size here; \
[[ ! -e $$$$filename ]] || exit 0; \
fi; \