aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-31 09:43:13 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-31 09:43:13 +0000
commit9649be24d440adf284e7fc0c53b950a8fba2283d (patch)
tree2cff124bed01d869483a930fb630204bd3fa8390
parent1e05e2a9b40962ea6445bc1be2a79fdf5d622c12 (diff)
downloadglibc-9649be24d440adf284e7fc0c53b950a8fba2283d.zip
glibc-9649be24d440adf284e7fc0c53b950a8fba2283d.tar.gz
glibc-9649be24d440adf284e7fc0c53b950a8fba2283d.tar.bz2
Update.
* stdio-common/Makefile (generated): Add errlist-compat.c. * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
-rw-r--r--ChangeLog4
-rw-r--r--linuxthreads/ChangeLog9
-rw-r--r--locale/Makefile4
-rw-r--r--stdio-common/Makefile2
4 files changed, 15 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c1f74cb..5467639 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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.
* stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 802764b..2b6f223 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -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>
* Makefile (extra-objs, omit-deps): Add crtn.
@@ -12,8 +17,8 @@
2002-08-30 Jakub Jelinek <jakub@redhat.com>
- * pthread.c (__pthread_initialize_minimal): Call __uselocale even
- if [! SHARED].
+ * pthread.c (__pthread_initialize_minimal): Call __uselocale even
+ if [! SHARED].
2002-08-30 Roland McGrath <roland@redhat.com>
diff --git a/locale/Makefile b/locale/Makefile
index 523e03b..27bd893 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -46,8 +46,8 @@ aux = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name \
others = localedef locale
#others-static = localedef locale
install-bin = localedef locale
-extra-objs = $(localedef-modules:=.o) $(locale-modules:=.o) \
- $(lib-modules:=.o)
+extra-objs = $(localedef-modules:=.o) $(localedef-aux:=.o) \
+ $(locale-modules:=.o) $(lib-modules:=.o)
extra-libs = libBrokenLocale
extra-libs-others = $(extra-libs)
diff --git a/stdio-common/Makefile b/stdio-common/Makefile
index 5affef7..c32a2db 100644
--- a/stdio-common/Makefile
+++ b/stdio-common/Makefile
@@ -38,6 +38,8 @@ routines := \
install-others = $(inst_includedir)/bits/stdio_lim.h
+generated = errlist-compat.c
+
include ../Makeconfig
aux := errlist siglist