Skip to content
Snippets Groups Projects
Commit f2352877 authored by Peter Tyser's avatar Peter Tyser Committed by Wolfgang Denk
Browse files

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: default avatarPeter Tyser <ptyser@xes-inc.com>
parent fbc1c8f6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment