]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* autogen.sh: Don't set LC_CTYPE as it doesn't create problem for
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 16 Oct 2013 23:09:19 +0000 (01:09 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 16 Oct 2013 23:09:19 +0000 (01:09 +0200)
compilation but prevents gcc from displaying messages in non-Latin
alphabets.
* conf/Makefile.common: Likewise.

ChangeLog
autogen.sh
conf/Makefile.common

index 127e532f168a55b3fd0bc746539c74128cb06b33..cedd2c432e6b785e54677f7f2edaabf0884006a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-10-17  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * autogen.sh: Don't set LC_CTYPE as it doesn't create problem for
+       compilation but prevents gcc from displaying messages in non-Latin
+       alphabets.
+       * conf/Makefile.common: Likewise.
+
 2013-10-16  Hiroyuki YAMAMORI
 
        Handle Japanese special keys.
index f4e06bf265faceaf77002df0dea603939151eceb..10fe68fb901d5c169b99862c965cb961bb42ab05 100755 (executable)
@@ -2,7 +2,6 @@
 
 set -e
 
-export LC_CTYPE=C
 export LC_COLLATE=C
 unset LC_ALL
 
index ba13c29af30e7b3aa3d7358c35381456fdf2697c..727e0645dcf78c27e3886cc6f5deaa20b8f05759 100644 (file)
@@ -3,7 +3,6 @@
 CFLAGS_PLATFORM=
 
 export LC_COLLATE := C
-export LC_CTYPE := C
 unexport LC_ALL
 
 # Platform specific options