diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-13 11:55:22 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-13 11:55:22 -0600 |
commit | f5ca769670dbc87ff43064150556dcbba085ef92 (patch) | |
tree | ba504a46d5da81f1c72fd889f71418474562c59f | |
parent | 271385abf01b25474b76a2bf4546bedf33c17a1a (diff) |
make quiet
-rw-r--r-- | target/Makefile | 2 |
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 |