Skip to content
Snippets Groups Projects
Commit d70d8ccc authored by Kim Phillips's avatar Kim Phillips Committed by Wolfgang Denk
Browse files

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: default avatarKim Phillips <kim.phillips@freescale.com>
parent b9d74b48
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment