diff options
author | Roland McGrath <roland@gnu.org> | 2003-04-26 23:38:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-04-26 23:38:49 +0000 |
commit | 358cad7c11db498d30cc756cd0881aee2e7270ff (patch) | |
tree | c6178ef390d1d688e5ceff7a275458271ea9db29 /ChangeLog | |
parent | d3f063bc78c7f6b9af0a1a41b43acdfad64cf783 (diff) | |
download | glibc-358cad7c11db498d30cc756cd0881aee2e7270ff.tar.gz |
* Makerules ($(common-objpfx)shlib.lds): New target.
(common-generated): Add it.
(build-shlib, build-module): Use that instead of generating every time.
($(common-objpfx)libc.so): Depend on it.
(lib%.so rule): Likewise.
(build-module-helper-objlist): Remove %.lds.
* iconvdata/extra-module.mk ($(objpfx)$(mod).so):
Depend on $(common-objpfx)shlib.lds.
* dlfcn/Makefile ($(test-modules)): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2003-04-26 Roland McGrath <roland@redhat.com> + + * Makerules ($(common-objpfx)shlib.lds): New target. + (common-generated): Add it. + (build-shlib, build-module): Use that instead of generating every time. + ($(common-objpfx)libc.so): Depend on it. + (lib%.so rule): Likewise. + (build-module-helper-objlist): Remove %.lds. + * iconvdata/extra-module.mk ($(objpfx)$(mod).so): + Depend on $(common-objpfx)shlib.lds. + * dlfcn/Makefile ($(test-modules)): Likewise. + 2003-04-26 Roland McGrath <roland@frob.com> * sysdeps/mach/hurd/tmpfile.c: Remove USE_IN_LIBIO conditionals. |