diff options
author | Roland McGrath <roland@gnu.org> | 2004-07-07 09:38:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-07-07 09:38:26 +0000 |
commit | ec5a15a32b96e98ce0cdf49a48e880be6bbc10b4 (patch) | |
tree | 7d48051fa98d459f7b59ed8cf83d2fae3dff5de6 /ChangeLog | |
parent | 7c0cf35643c26c29d56875e2580eb798b609ad1d (diff) | |
download | glibc-ec5a15a32b96e98ce0cdf49a48e880be6bbc10b4.tar glibc-ec5a15a32b96e98ce0cdf49a48e880be6bbc10b4.tar.gz glibc-ec5a15a32b96e98ce0cdf49a48e880be6bbc10b4.tar.bz2 glibc-ec5a15a32b96e98ce0cdf49a48e880be6bbc10b4.zip |
* Makefile (dist-separate): New variable.
(glibc-%.tar rule): Make separate tar files for add-ons listed there.
Depend on their configure files.
(dist-do-separate-dirs): New canned sequence to do that.
(dist-separate-libidn, dist-separate-linuxthreads): New variables.
(dist): Depend on add-on tar files based on $(dist-separate).
(dist-version): New variable, default to $(version).
(tag-for-dist, dist): Use that in place of $(version) in deps.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-07-07 Roland McGrath <roland@frob.com> + + * Makefile (dist-separate): New variable. + (glibc-%.tar rule): Make separate tar files for add-ons listed there. + Depend on their configure files. + (dist-do-separate-dirs): New canned sequence to do that. + (dist-separate-libidn, dist-separate-linuxthreads): New variables. + (dist): Depend on add-on tar files based on $(dist-separate). + (dist-version): New variable, default to $(version). + (tag-for-dist, dist): Use that in place of $(version) in deps. + 2004-07-07 Ulrich Drepper <drepper@redhat.com> * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock |