Re: [U-Boot] [PATCH next v2] silence config step commands display during MAKEALL builds

2010-09-21 Thread Wolfgang Denk
Dear Kim Phillips, In message <20100914144816.177602d5.kim.phill...@freescale.com> you wrote: > [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 > ---

Re: [U-Boot] [PATCH next v2] silence config step commands display during MAKEALL builds

2010-09-14 Thread Mike Frysinger
On Tuesday, September 14, 2010 15:48:16 Kim Phillips wrote: > [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 Acked-by: Mike Frysinger -mike signature

[U-Boot] [PATCH next v2] silence config step commands display during MAKEALL builds

2010-09-14 Thread Kim Phillips
[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 --- applies to u-boot.git's next branch. MAKEALL |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) d