From f53413a1c66e6e88a44939abec34cec97ece4785 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 30 Jun 2000 04:04:41 +0000 Subject: Don't generate de_DE and en_US locale data. --- localedata/tst-fmon.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/localedata/tst-fmon.sh b/localedata/tst-fmon.sh index c578826145..ec8d2704f9 100755 --- a/localedata/tst-fmon.sh +++ b/localedata/tst-fmon.sh @@ -32,15 +32,6 @@ here=`pwd` lang=`sed -e '/^#/d' -e '/^$/d' -e '/^C /d' -e '/^tstfmon/d' -e 's/^\([^ ]*\).*/\1/' $datafile | sort | uniq` # Generate data files. -for l in $lang; do - cns=`echo $l | sed 's/\(.*\)[.][^.]*/\1/'` - cn=locales/$cns - fn=charmaps/`echo $l | sed 's/.*[.]\([^.]*\)/\1/'` - I18NPATH=. GCONV_PATH=${common_objpfx}/iconvdata \ - ${common_objpfx}elf/ld.so --library-path $common_objpfx \ - ${common_objpfx}locale/localedef \ - --quiet -i $cn -f $fn ${common_objpfx}localedata/$cns -done for cns in `cd ./tst-fmon-locales && ls tstfmon_*`; do cn=tst-fmon-locales/$cns fn=charmaps/ISO-8859-1 -- cgit v1.2.3