]> git.ipfire.org Git - people/ms/u-boot.git/commit
MAKEALL: Add summary information
authorPeter Tyser <ptyser@xes-inc.com>
Mon, 21 Sep 2009 17:04:32 +0000 (12:04 -0500)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:33 +0000 (09:04 -0500)
commite6fb20a93939f83a8da11906e0888b1a0aedfc16
tree1d78028445388c906285aa3d8adfd94d1b9b1e55
parentbd4bca87f1ad162d37d788351f6b240597e88dbf
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