summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-01-10 08:28:26 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-01-10 08:28:26 +0100
commitedf63215eb6d895861f7bf1c8109a61b09a08c30 (patch)
tree8d6084da47d3806f447e34214a938dbe6a60528a /mk
parentba2aa9756ba6e3a3bcb2fe8fbd9f18b2f69b84b4 (diff)
downloadembtoolkit-edf63215eb6d895861f7bf1c8109a61b09a08c30.tar.gz
embtoolkit-edf63215eb6d895861f7bf1c8109a61b09a08c30.tar.bz2
embtoolkit-edf63215eb6d895861f7bf1c8109a61b09a08c30.tar.xz
Embtk: download macro: be less verbose
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/macros.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/macros.mk b/mk/macros.mk
index e9640d3..42657ce 100644
--- a/mk/macros.mk
+++ b/mk/macros.mk
@@ -260,7 +260,7 @@ endef
# $(call EMBTK_DOWNLOAD_PKG,PACKAGE)
#
define EMBTK_DOWNLOAD_PKG_PATCHES
-if [ "x$(CONFIG_EMBTK_$(1)_NEED_PATCH)" == "xy" ]; then \
+@if [ "x$(CONFIG_EMBTK_$(1)_NEED_PATCH)" == "xy" ]; then \
test -e $(DOWNLOAD_DIR)/$($(1)_NAME)-$($(1)_VERSION).patch || \
$(call EMBTK_WGET, \
$($(1)_NAME)-$($(1)_VERSION).patch, \
@@ -281,7 +281,7 @@ fi
endef
define EMBTK_DOWNLOAD_PKG
$(call EMBTK_GENERIC_MSG,"Download $($(1)_PACKAGE) if necessary...")
- test -e $(DOWNLOAD_DIR)/$($(1)_PACKAGE) || \
+ @test -e $(DOWNLOAD_DIR)/$($(1)_PACKAGE) || \
$(call EMBTK_WGET, \
$($(1)_PACKAGE), \
$($(1)_SITE), \