summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2010-09-14 14:48:16 -0500
committerWolfgang Denk <wd@denx.de>2010-09-21 21:46:49 +0200
commitd70d8ccc200db8c16a6654cb726c3d74b6640b32 (patch)
tree2b127ded2e3d7cffe33115a85ae2370aaaf4ddb8 /MAKEALL
parentb9d74b48107d139333322288f9c1c4989f5d7659 (diff)
downloadtalos-obmc-uboot-d70d8ccc200db8c16a6654cb726c3d74b6640b32.tar.gz
talos-obmc-uboot-d70d8ccc200db8c16a6654cb726c3d74b6640b32.zip
silence config step commands display during MAKEALL builds
[u-boot next]$ ./MAKEALL 83xx awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend Configuring for ve8313 board... Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index 761038e514..1b506d679f 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -727,7 +727,7 @@ build_target() {
target=$1
${MAKE} distclean >/dev/null
- ${MAKE} ${target}_config
+ ${MAKE} -s ${target}_config
${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
| tee ${LOG_DIR}/$target.ERR
OpenPOWER on IntegriCloud