]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
Make scripts and Makefiles POSIX compliant
authorWolfgang Denk <wd@denx.de>
Wed, 2 Jan 2008 14:54:45 +0000 (15:54 +0100)
committerWolfgang Denk <wd@denx.de>
Wed, 2 Jan 2008 14:54:45 +0000 (15:54 +0100)
commit1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
tree572bd02a0888577ae17373cad54c32eeaa3b45c0
parent8f8b52ea5b35c29669f2471de644c0bb7339c70a
Make scripts and Makefiles POSIX compliant

The bash builtin versions of the "test" (resp. "[") command allow
using "==" for string comparisons, but POSIX compatible implemen-
tations (like /usr/bin/test) insist on using "=" only. On such systems
you will see:

$ /usr/bin/test a == a && echo OK
/usr/bin/test: ==: binary operator expected

This patch fixes Makefiles and scripts to use POSIX style.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile
board/integratorap/split_by_variant.sh
board/integratorcp/split_by_variant.sh
board/versatile/split_by_variant.sh