]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: always call date with LC_ALL=C set
authorIlya Yanok <yanok@emcraft.com>
Mon, 21 Jun 2010 14:13:21 +0000 (18:13 +0400)
committerWolfgang Denk <wd@denx.de>
Tue, 22 Jun 2010 20:40:43 +0000 (22:40 +0200)
commitd6b937142008463d628ef26a753f9c20c57f3617
treee742467711f88a016362c800f6353de2a589c319
parent39e9b7c3c386f811fa021d1852518e54ff12af05
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>
Makefile