]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MAKEALL: Add summary information
authorPeter Tyser <ptyser@xes-inc.com>
Mon, 21 Sep 2009 17:04:32 +0000 (12:04 -0500)
committerWolfgang Denk <wd@denx.de>
Wed, 23 Sep 2009 22:37:41 +0000 (00:37 +0200)
commit40a28f0885e62b6607e12ed6baa6284927f5263e
treeb0a556a02cae04199caa60b6e18dd3c009d61e3d
parent71ce9bd7f551e44c4ddb4c985c095da6d3452d79
MAKEALL: Add summary information

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@xes-inc.com>
MAKEALL