commit | d2b096d6bb186198a0acc69df5af8d4e39ec4389 | [log] [tgz] |
---|---|---|
author | Ilya Yanok <yanok@emcraft.com> | Mon Jun 21 18:13:21 2010 +0400 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jun 22 22:40:43 2010 +0200 |
tree | e742467711f88a016362c800f6353de2a589c319 | |
parent | 77f71c23b92e7f3b9792f3cfd397affb2eab938f [diff] |
Makefile: always call date with LC_ALL=C set Ensure that date is called only with LC_ALL=C locale set to make dates locale neutral thus preventing lurking of non-ASCII characters into U-Boot binary. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Changed LANG= into LC_ALL= as suggested by Mike Frysinger <vapier@gentoo.org> Signed-off-by: Wolfgang Denk <wd@denx.de>