diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-30 04:04:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-30 04:04:41 +0000 |
commit | f53413a1c66e6e88a44939abec34cec97ece4785 (patch) | |
tree | 56d58fc494c84b91ce5402baf6ad56226ddfc285 | |
parent | 5785c39fd12a8f21059524bb60a80777aabb9ba1 (diff) | |
download | glibc-f53413a1c66e6e88a44939abec34cec97ece4785.tar glibc-f53413a1c66e6e88a44939abec34cec97ece4785.tar.gz glibc-f53413a1c66e6e88a44939abec34cec97ece4785.tar.bz2 glibc-f53413a1c66e6e88a44939abec34cec97ece4785.zip |
Don't generate de_DE and en_US locale data.
-rwxr-xr-x | localedata/tst-fmon.sh | 9 |
1 files changed, 0 insertions, 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 |