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:
Ulrich Drepper 2000-07-03 20:35:05 +00:00
parent 40c4c9b562
commit 4a9e89d5ea
3 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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

View File

@ -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