diff options
| author | Kim Phillips <kim.phillips@freescale.com> | 2010-09-14 14:48:16 -0500 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-09-21 21:46:49 +0200 | 
| commit | d70d8ccc200db8c16a6654cb726c3d74b6640b32 (patch) | |
| tree | 2b127ded2e3d7cffe33115a85ae2370aaaf4ddb8 | |
| parent | b9d74b48107d139333322288f9c1c4989f5d7659 (diff) | |
| download | olio-uboot-2014.01-d70d8ccc200db8c16a6654cb726c3d74b6640b32.tar.xz olio-uboot-2014.01-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>
| -rwxr-xr-x | MAKEALL | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 |