[U-Boot] [PATCH] Makefile: always call date with LANG=C set

2010-06-21 Thread Ilya Yanok
Ensure that date is called only with LANG=C locale set to make dates locale neutral thus preventing lurking of non-ASCII characters into U-Boot binary. Signed-off-by: Ilya Yanok --- Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3

Re: [U-Boot] [PATCH] Makefile: always call date with LANG=C set

2010-06-21 Thread Mike Frysinger
On Monday, June 21, 2010 10:13:21 Ilya Yanok wrote: > Ensure that date is called only with LANG=C locale set to make dates > locale neutral thus preventing lurking of non-ASCII characters into > U-Boot binary. use LC_ALL, not LANG -mike signature.asc Description: This is a digitally signed messa

Re: [U-Boot] [PATCH] Makefile: always call date with LANG=C set

2010-06-22 Thread Wolfgang Denk
Dear Ilya Yanok, In message <1277129601-1345-1-git-send-email-ya...@emcraft.com> you wrote: > Ensure that date is called only with LANG=C locale set to make dates > locale neutral thus preventing lurking of non-ASCII characters into > U-Boot binary. > > Signed-off-by: Ilya Yanok > --- > Makefil