diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-10-27 17:12:38 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-10-27 17:12:38 (GMT) |
commit | 749e58c573d84b373e6b073a8431bd9145ef7c87 (patch) | |
tree | 92ee605ae5b9a6ae3bd22f3045356efcb384fa63 /Makefile | |
parent | cc310f5ec893837b93db41f11b3df2bc1af52695 (diff) | |
download | mxe-749e58c573d84b373e6b073a8431bd9145ef7c87.zip mxe-749e58c573d84b373e6b073a8431bd9145ef7c87.tar.gz mxe-749e58c573d84b373e6b073a8431bd9145ef7c87.tar.bz2 |
improved build output
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ $(PREFIX)/installed-$(1): $(TOP_DIR)/src/$(1).mk \ @[ -d '$(PKG_DIR)' ] || mkdir -p '$(PKG_DIR)' @if ! $(call CHECK_PKG_ARCHIVE,$(1)); then \ echo '[download] $(1)'; \ - $(call DOWNLOAD_PKG_ARCHIVE,$(1)) &> '$(PREFIX)/log-$(1)'; \ + ($(call DOWNLOAD_PKG_ARCHIVE,$(1))) &> '$(PREFIX)/log-$(1)'; \ if ! $(call CHECK_PKG_ARCHIVE,$(1)); then \ echo; \ echo 'Wrong checksum of package $(1)!'; \ |