OSDN Git Service

Remember to also export LC_ALL in addition to setting it.
authorEric Andersen <andersen@codepoet.org>
Fri, 17 Jan 2003 07:57:44 +0000 (07:57 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 17 Jan 2003 07:57:44 +0000 (07:57 -0000)
 -Erik

Rules.mak

index 5e3d3b7..efc9f38 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -56,7 +56,7 @@ SUBLEVEL:=16
 VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
 # Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc. 
 LC_ALL:= C
-export MAJOR_VERSION MINOR_VERSION SUBLEVEL VERSION LC_COLLATE
+export MAJOR_VERSION MINOR_VERSION SUBLEVEL VERSION LC_ALL
 
 SHARED_FULLNAME:=libuClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so
 SHARED_MAJORNAME:=libc.so.$(MAJOR_VERSION)