diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-19 23:33:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-19 23:33:48 +0000 |
commit | ba7e89ec3321d67584eea5857853309846a73806 (patch) | |
tree | 3e3376be6e9adf8680fc47b24878d39a971b6a77 /ChangeLog | |
parent | 6b3c3a3525b6571c546a8a9aad8f3a53a055dc2a (diff) | |
download | glibc-ba7e89ec3321d67584eea5857853309846a73806.tar.gz glibc-ba7e89ec3321d67584eea5857853309846a73806.tar.xz glibc-ba7e89ec3321d67584eea5857853309846a73806.zip |
* Makeconfig (soversions.i): New target, input-reading parts of
soversions.mk generation moved here; result is a canonicalized list "LIB VERSION [SET]" for this configuration. (soversions.mk): Use that as input. Don't emit map-firstversions. * Makerules (version-renames.def): New target, generated from soversions.i with contents that was in $(map-firstversions). (Versions.all): Don't depend on soversions.mk, depend on version-renames.def instead; just cat it into the input.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index aee8adfef2..cd4f0f5ef3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2000-03-19 Roland McGrath <roland@baalperazim.frob.com> + * Makeconfig (soversions.i): New target, input-reading parts of + soversions.mk generation moved here; result is a canonicalized + list "LIB VERSION [SET]" for this configuration. + (soversions.mk): Use that as input. Don't emit map-firstversions. + * Makerules (version-renames.def): New target, generated from + soversions.i with contents that was in $(map-firstversions). + (Versions.all): Don't depend on soversions.mk, depend on + version-renames.def instead; just cat it into the input. + * Makerules (Versions.all): Use $(foreach ...) instead of sh for loop for $(map-firstversions), which better handles it being empty. |