Wolfgang Denk 1aaab9bfae 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>
2008-01-02 15:54:45 +01:00
..
2007-07-04 01:05:23 +02:00
2007-12-28 17:29:56 +01:00
2006-11-30 18:02:20 +01:00
2007-12-11 22:34:20 -06:00
2007-12-11 22:34:20 -06:00
2007-12-11 22:34:20 -06:00
2007-10-23 16:40:40 +02:00
2007-12-11 22:34:20 -06:00
2007-12-11 22:34:20 -06:00
2007-12-11 22:34:20 -06:00
2007-12-11 22:34:20 -06:00