summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-01 11:22:58 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-01 11:22:58 +0200
commit430a0f8eed8e6dd4548543a8d9ab863157b33f29 (patch)
tree5764c11df3fbcd34a2922a9c13646d6a7b54fc4b
parent349ee2b8020683376344205dd5fe71c45aec03f0 (diff)
downloadembtoolkit-430a0f8eed8e6dd4548543a8d9ab863157b33f29.tar.gz
embtoolkit-430a0f8eed8e6dd4548543a8d9ab863157b33f29.tar.bz2
embtoolkit-430a0f8eed8e6dd4548543a8d9ab863157b33f29.tar.xz
Packages: Busybox: touch silently
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--packages/busybox/busybox.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/busybox/busybox.mk b/packages/busybox/busybox.mk
index b6ffb79..a5c6062 100644
--- a/packages/busybox/busybox.mk
+++ b/packages/busybox/busybox.mk
@@ -34,7 +34,7 @@ $(BB_BUILD_DIR)/.installed: download_busybox $(BB_BUILD_DIR)/.decompressed
CFLAGS="-Os -pipe -fno-strict-aliasing" \
$(MAKE) -C $(BB_BUILD_DIR) CROSS_COMPILE=$(TOOLS)/bin/$(STRICT_GNU_TARGET)- \
CONFIG_PREFIX=$(ROOTFS) install
- touch $@
+ @touch $@
download_busybox:
@test -e $(DOWNLOAD_DIR)/$(BB_PACKAGE) || \