]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MAKEALL: Fix return value
authorPeter Tyser <ptyser@xes-inc.com>
Mon, 7 Dec 2009 05:58:28 +0000 (23:58 -0600)
committerWolfgang Denk <wd@denx.de>
Mon, 7 Dec 2009 22:06:42 +0000 (23:06 +0100)
commitf2352877cb2daac88115192fb09991a2397d0b27
tree72ab3950063eb1d0f646ccec05e1d2f13087e791
parentfbc1c8f6f6c972524197829c56dd8f2f5da0200a
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>
MAKEALL