summaryrefslogtreecommitdiff
path: root/target/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-10 10:38:49 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-02-10 10:38:49 +0100
commitd9d4e376a2ea0ca781cd3ed3a1c92852744c20ec (patch)
treec79cdbf9080cfabe562636cc8277307cbfbce715 /target/Makefile
parent7ebb4d69857eaa70ea3d4a55ffeb85502805dc96 (diff)
fix non verbose build
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 24403f53a..669a4333b 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); do \
+ for x in $$(ls $(ADK_TOPDIR)/scripts/postimage/*.sh 2>/dev/null); do \
[[ -x "$$x" ]] && $$x; \
break; \
done