Skip to content

Commit

Permalink
silence config step commands display during MAKEALL builds
Browse files Browse the repository at this point in the history
[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 <[email protected]>
  • Loading branch information
kimphill authored and wdenx committed Sep 21, 2010
1 parent b9d74b4 commit d70d8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAKEALL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d70d8cc

Please sign in to comment.