mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
Update.
1999-05-18 Ulrich Drepper <drepper@cygnus.com> * Makefile (LOCALEDEF): Add I18NPATH definition to find the correct sources.
This commit is contained in:
parent
407d26b705
commit
37206c3adc
@ -1,3 +1,8 @@
|
||||
1999-05-18 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* Makefile (LOCALEDEF): Add I18NPATH definition to find the
|
||||
correct sources.
|
||||
|
||||
1999-05-05 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* locales/ru_RU: Abbreviate Saturday Sbt.
|
||||
|
@ -86,7 +86,7 @@ endif
|
||||
endif
|
||||
|
||||
# Sometimes the whole collection of locale files should be installed.
|
||||
LOCALEDEF=$(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef
|
||||
LOCALEDEF=I18NPATH=. $(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef
|
||||
install-locales:
|
||||
while read locale charset; do \
|
||||
case $$locale in \#*) continue;; esac; \
|
||||
|
Loading…
Reference in New Issue
Block a user