changeset 511:bf64f6805f1b

improved build output
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 27 Oct 2009 18:12:38 +0100
parents db6915b73a96
children c731a5dd04df
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Oct 27 17:25:43 2009 +0100
+++ b/Makefile	Tue Oct 27 18:12:38 2009 +0100
@@ -120,7 +120,7 @@
 	@[ -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)!'; \