From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Tue, 14 Sep 2010 13:41:16 -0500 Subject: [U-Boot] [PATCH next] silence awk command display during build In-Reply-To: <201009132159.21855.vapier@gentoo.org> References: <20100913201730.3f2bc58f.kim.phillips@freescale.com> <201009132159.21855.vapier@gentoo.org> Message-ID: <20100914134116.15ce442e.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 13 Sep 2010 21:59:21 -0400 Mike Frysinger wrote: > On Monday, September 13, 2010 21:17:30 Kim Phillips wrote: > > [u-boot next]$ ./MAKEALL 83xx > > awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > > > .boards.depend Configuring for ve8313 board... > > how about we change MAKEALL to run the config step with -s ? not sure how that relates to this patch...afaict, make board config, MAKEALL or non: [u-boot next]$ make distclean && make ve8313_config Generating include/autoconf.mk Generating include/autoconf.mk.dep awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend Configuring for ve8313 board... [u-boot next]$ ..should be silent except for announcing what board its configuring. Kim