mirror of git://sourceware.org/git/glibc.git
Update.
1998-09-23 Ulrich Drepper <drepper@cygnus.com> * Makefile [no install_root] (LOCALEDEF): Run localedef using jsut built ld.so.
This commit is contained in:
parent
c94a8080d8
commit
1cd9c90dc9
|
@ -1,3 +1,8 @@
|
|||
1998-09-23 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* Makefile [no install_root] (LOCALEDEF): Run localedef using jsut
|
||||
built ld.so.
|
||||
|
||||
1998-06-15 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* Makefile: Add more dependecies for running tests.
|
||||
|
|
|
@ -83,7 +83,7 @@ endif
|
|||
ifneq ($(install_root),)
|
||||
LOCALEDEF=chroot $(install_root) $(bindir)/localedef
|
||||
else
|
||||
LOCALEDEF=$(common-objpfx)locale/localedef
|
||||
LOCALEDEF=$(common-objpfx)elf/ld.so --library-path $(rpath-link) $(common-objpfx)locale/localedef
|
||||
endif
|
||||
install-locales:
|
||||
while read locale charset; do \
|
||||
|
|
Loading…
Reference in New Issue