mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Update.
* stdio-common/Makefile (generated): Add errlist-compat.c. * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
2002-08-31 Ulrich Drepper <drepper@redhat.com>
|
2002-08-31 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* stdio-common/Makefile (generated): Add errlist-compat.c.
|
||||||
|
|
||||||
|
* locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
|
||||||
|
|
||||||
* locale/localeinfo.h: Pretty printing.
|
* locale/localeinfo.h: Pretty printing.
|
||||||
|
|
||||||
* stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
|
* stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
2002-08-31 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* Makefile: Don't use rule for crt%.o, spell it out as rules for
|
||||||
|
crti.o and crtn.o.
|
||||||
|
|
||||||
2002-08-30 Roland McGrath <roland@redhat.com>
|
2002-08-30 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* Makefile (extra-objs, omit-deps): Add crtn.
|
* Makefile (extra-objs, omit-deps): Add crtn.
|
||||||
@@ -12,8 +17,8 @@
|
|||||||
|
|
||||||
2002-08-30 Jakub Jelinek <jakub@redhat.com>
|
2002-08-30 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* pthread.c (__pthread_initialize_minimal): Call __uselocale even
|
* pthread.c (__pthread_initialize_minimal): Call __uselocale even
|
||||||
if [! SHARED].
|
if [! SHARED].
|
||||||
|
|
||||||
2002-08-30 Roland McGrath <roland@redhat.com>
|
2002-08-30 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
@@ -46,8 +46,8 @@ aux = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name \
|
|||||||
others = localedef locale
|
others = localedef locale
|
||||||
#others-static = localedef locale
|
#others-static = localedef locale
|
||||||
install-bin = localedef locale
|
install-bin = localedef locale
|
||||||
extra-objs = $(localedef-modules:=.o) $(locale-modules:=.o) \
|
extra-objs = $(localedef-modules:=.o) $(localedef-aux:=.o) \
|
||||||
$(lib-modules:=.o)
|
$(locale-modules:=.o) $(lib-modules:=.o)
|
||||||
|
|
||||||
extra-libs = libBrokenLocale
|
extra-libs = libBrokenLocale
|
||||||
extra-libs-others = $(extra-libs)
|
extra-libs-others = $(extra-libs)
|
||||||
|
@@ -38,6 +38,8 @@ routines := \
|
|||||||
|
|
||||||
install-others = $(inst_includedir)/bits/stdio_lim.h
|
install-others = $(inst_includedir)/bits/stdio_lim.h
|
||||||
|
|
||||||
|
generated = errlist-compat.c
|
||||||
|
|
||||||
include ../Makeconfig
|
include ../Makeconfig
|
||||||
|
|
||||||
aux := errlist siglist
|
aux := errlist siglist
|
||||||
|
Reference in New Issue
Block a user