mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
Update.
* Makefile (install-locales): Allow specifying charset in locale name but omit it in locale definition file.
This commit is contained in:
parent
49cee6968b
commit
554b880018
4
NEWS
4
NEWS
@ -23,6 +23,10 @@ Version 2.1.1
|
||||
|
||||
* Update timezone data files.
|
||||
|
||||
* lots of charmaps corrections
|
||||
|
||||
* some new locale definitions and charmaps
|
||||
|
||||
|
||||
Version 2.1
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
1999-04-29 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* Makefile (install-locales): Allow specifying charset in locale
|
||||
name but omit it in locale definition file.
|
||||
|
||||
* SUPPORTED: Don't generate ru_SU.
|
||||
* locales/ru_SU: Removed.
|
||||
|
||||
|
@ -89,7 +89,8 @@ LOCALEDEF=$(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx
|
||||
install-locales:
|
||||
while read locale charset; do \
|
||||
case $$locale in \#*) continue;; esac; \
|
||||
$(LOCALEDEF) -c -i locales/$$locale -f charmaps/$$charset \
|
||||
$(LOCALEDEF) -i locales/`echo $$locale | sed 's/\([^.]*\).*/\1/'` \
|
||||
-c -f charmaps/$$charset \
|
||||
-u repertoiremaps/mnemonic.ds \
|
||||
$(inst_localedir)/$$locale; \
|
||||
done < SUPPORTED
|
||||
|
@ -44,7 +44,7 @@ pt_BR ISO-8859-1
|
||||
pt_PT ISO-8859-1
|
||||
ro_RO ISO-8859-2
|
||||
ru_RU ISO-8859-5
|
||||
ru_RU KOI8-R
|
||||
ru_RU.KOI8-R KOI8-R
|
||||
ru_UA KOI8-U
|
||||
sk_SK ISO-8859-2
|
||||
sl_SI ISO-8859-2
|
||||
|
Loading…
Reference in New Issue
Block a user