mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2000-07-03 Ulrich Drepper <drepper@redhat.com> * tst-fmon.sh: Set LOCPATH and LANGUAGE for localedef run. * tst-locale.sh: Likewise.
This commit is contained in:
parent
40c4c9b562
commit
4a9e89d5ea
@ -1,3 +1,8 @@
|
||||
2000-07-03 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* tst-fmon.sh: Set LOCPATH and LANGUAGE for localedef run.
|
||||
* tst-locale.sh: Likewise.
|
||||
|
||||
2000-07-01 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* Makefile (generated-dirs): LOCALES are also generated.
|
||||
|
@ -35,7 +35,8 @@ lang=`sed -e '/^#/d' -e '/^$/d' -e '/^C /d' -e '/^tstfmon/d' -e 's/^\([^ ]*\).*/
|
||||
for cns in `cd ./tst-fmon-locales && ls tstfmon_*`; do
|
||||
cn=tst-fmon-locales/$cns
|
||||
fn=charmaps/ISO-8859-1
|
||||
I18NPATH=. GCONV_PATH=${common_objpfx}/iconvdata \
|
||||
I18NPATH=. GCONV_PATH=${common_objpfx}iconvdata \
|
||||
LOCPATH=${common_objpfx}localedata LANGUAGE=C \
|
||||
${common_objpfx}elf/ld.so --library-path $common_objpfx \
|
||||
${common_objpfx}locale/localedef \
|
||||
--quiet -i $cn -f $fn ${common_objpfx}localedata/$cns
|
||||
|
@ -30,7 +30,8 @@ test_locale ()
|
||||
if test $rep; then
|
||||
rep="--repertoire-map $rep"
|
||||
fi
|
||||
I18NPATH=. GCONV_PATH=${common_objpfx}/iconvdata \
|
||||
I18NPATH=. GCONV_PATH=${common_objpfx}iconvdata \
|
||||
LOCPATH=${common_objpfx}localedata LANGUAGE=C \
|
||||
${common_objpfx}elf/ld.so --library-path $common_objpfx \
|
||||
${common_objpfx}locale/localedef --quiet -c -f $charmap -i $input \
|
||||
${rep} ${common_objpfx}localedata/$out
|
||||
|
Loading…
Reference in New Issue
Block a user