summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-13 11:55:22 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-13 11:55:22 -0600
commitf5ca769670dbc87ff43064150556dcbba085ef92 (patch)
treeba504a46d5da81f1c72fd889f71418474562c59f /target/Makefile
parent271385abf01b25474b76a2bf4546bedf33c17a1a (diff)
make quiet
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile
index 669a4333b..5d4be6f74 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -135,7 +135,7 @@ clean: $(ADK_TARGET_ARCH)-clean $(ADK_TARGET_ARCH)-imageclean
%-imageinstall: %-imageprepare
$(TRACE) target/$(patsubst %-imageinstall,%,$@)-imageinstall
$(MAKE) -C $(patsubst %-imageinstall,%,$@) imageinstall
- for x in $$(ls $(ADK_TOPDIR)/scripts/postimage/*.sh 2>/dev/null); do \
+ @for x in $$(ls $(ADK_TOPDIR)/scripts/postimage/*.sh 2>/dev/null); do \
[[ -x "$$x" ]] && $$x; \
break; \
done