[U-Boot] [PATCH 1/2 v5] MAKEALL: Add summary information

Wolfgang Denk wd at denx.de
Thu Sep 24 00:38:11 CEST 2009


Dear Peter Tyser,

In message <1253552673-22299-1-git-send-email-ptyser at xes-inc.com> you wrote:
> This change adds some basic summary information to the MAKEALL script.
> The summary information includes how many boards were compiled, how many
> boards had compile warnings or errors, and which specific boards had
> compile warnings or errors.
> 
> This information is useful when doing compile testing to quickly
> determine which boards are broken.
> 
> As a side benefit, no empty $BOARD.ERR files are generated by MAKEALL.
> Previously, each board had a corresponding $BOARD.ERR file, even if the
> board compiled cleanly.
> 
> Signed-off-by: Peter Tyser <ptyser at xes-inc.com>
> ---
> Changes since v1:
> - Fix issue where summary was printed multiple times when a list
>   was composed of sublists
> 
> Changes since v2:
> - Update script to only use POSIX arithmetic
> 
> Changes since v3:
> - Remove unnecessary expansion of variables inside of $(( ... ))
> 
> Changes since v4:
> - Catch additional termination signals
> - Use signal 0 to trigger printing of stats
> - Break POSIX math change into a separate patch
> 
>  MAKEALL |   27 +++++++++++++++++++++++++++
>  1 files changed, 27 insertions(+), 0 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Life would be so much easier if we could  just  look  at  the  source
code.                                                   -- Dave Olson


More information about the U-Boot mailing list