aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-14 23:33:10 +0000
committerRoland McGrath <roland@gnu.org>2002-03-14 23:33:10 +0000
commitf3787738d8dc97223747038fe431d3ed2713cfc9 (patch)
treec79cc716f60ab14e1e87ecd73918071b61c9babd /ChangeLog
parent951641e7a3ca2287b10da9ab8f916cc88a5c3b22 (diff)
downloadglibc-f3787738d8dc97223747038fe431d3ed2713cfc9.tar
glibc-f3787738d8dc97223747038fe431d3ed2713cfc9.tar.gz
glibc-f3787738d8dc97223747038fe431d3ed2713cfc9.tar.bz2
glibc-f3787738d8dc97223747038fe431d3ed2713cfc9.zip
* Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
* Makeconfig (%.v.i, %.v): New implicit rules. (preprocess-versions): Variable removed. ($(common-objpfx)shlib-versions.v.i): New target giving just the shlib-versions input files as dependencies. ($(common-objpfx)soversions.i): Depend on that instead of the input files. Use it as input instead of using a pipeline. (postclean-generated): Append soversions.i, shlib-versions.v, and shlib-versions.v.i here. * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just the Versions.def input files as dependencies. ($(common-objpfx)Versions.v.i): Likewise for Versions files. ($(common-objpfx)Versions.all): Depend on that instead of the input files. Use it as input instead of using a pipeline. ($(common-objpfx)sysd-versions): Likewise with Versions.v.i. (postclean-generated): Append those .v and .v.i files here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca6b9c9878..a361c16521 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2002-03-14 Roland McGrath <roland@frob.com>
+
+ * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
+
+ * Makeconfig (%.v.i, %.v): New implicit rules.
+ (preprocess-versions): Variable removed.
+ ($(common-objpfx)shlib-versions.v.i): New target giving just the
+ shlib-versions input files as dependencies.
+ ($(common-objpfx)soversions.i): Depend on that instead of the input
+ files. Use it as input instead of using a pipeline.
+ (postclean-generated): Append soversions.i, shlib-versions.v, and
+ shlib-versions.v.i here.
+ * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
+ the Versions.def input files as dependencies.
+ ($(common-objpfx)Versions.v.i): Likewise for Versions files.
+ ($(common-objpfx)Versions.all): Depend on that instead of the input
+ files. Use it as input instead of using a pipeline.
+ ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
+ (postclean-generated): Append those .v and .v.i files here.
+
2002-03-14 Jakub Jelinek <jakub@redhat.com>
* locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.