[U-Boot] awk print?

Kim Phillips kim.phillips at freescale.com
Thu Sep 30 20:48:47 CEST 2010


On Thu, 30 Sep 2010 08:45:48 -0500
Kumar Gala <galak at kernel.crashing.org> wrote:

> Is it on purpose that we are echoing out:
> 
> awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend

Seems WD applied this patch:

http://lists.denx.de/pipermail/u-boot/2010-September/077205.html

whereas you'd like to see something like this applied:

http://lists.denx.de/pipermail/u-boot/2010-September/077147.html

so one doesn't have to make -s board_config.  It was nacked by Mike
Frysinger.

I was used to the config-time silence, but I understand where Mike's
coming from - we need to agree upon how to handle config-time verbosity
and make the code consistent.

Kim



More information about the U-Boot mailing list