[U-Boot] awk print?

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

On Thu, 30 Sep 2010 08:45:48 -0500 Kumar Gala galak@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
participants (2)
-
Kim Phillips
-
Kumar Gala