Home
last modified time | relevance | path

Searched hist:"1 aaab9bfae0b3b2ee2b418c22c651280ee7b65c7" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/
H A DMakefile1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7 Wed Jan 02 14:54:45 UTC 2008 Wolfgang Denk <wd@denx.de> 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>