commit | a5a27b986e05f0c71dbea690ba24a38708a92a40 | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Sun Dec 06 23:58:28 2009 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Mon Dec 07 23:06:42 2009 +0100 |
tree | 72ab3950063eb1d0f646ccec05e1d2f13087e791 | |
parent | 54cd539ae1896e00ad8b08ba07556bfd11236e95 [diff] |
MAKEALL: Fix return value Previously MAKEALL would always return a value of 0, even if 1 or more boards did not compile. This change causes MAKEALL to return 0 if all boards were able to build, otherwise 1. This change also requires changing the script interpreter from sh to bash to support bash's PIPESTATUS variable. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>