[uClibc-cvs] uClibc Rules.mak,1.122,1.123

Erik Andersen andersen at codepoet.org
Fri Jan 17 07:57:47 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv25175

Modified Files:
	Rules.mak 
Log Message:
Remember to also export LC_ALL in addition to setting it.
 -Erik


Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- Rules.mak	16 Jan 2003 07:15:17 -0000	1.122
+++ Rules.mak	17 Jan 2003 07:57:44 -0000	1.123
@@ -56,7 +56,7 @@
 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)




More information about the uClibc-cvs mailing list