mirror of git://sourceware.org/git/glibc.git
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>
|
1999-05-05 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* locales/ru_RU: Abbreviate Saturday Sbt.
|
* locales/ru_RU: Abbreviate Saturday Sbt.
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Sometimes the whole collection of locale files should be installed.
|
# 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:
|
install-locales:
|
||||||
while read locale charset; do \
|
while read locale charset; do \
|
||||||
case $$locale in \#*) continue;; esac; \
|
case $$locale in \#*) continue;; esac; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue