]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* Makerules: Filter $(install-lib-ldscripts) out of list of targets
authorRoland McGrath <roland@gnu.org>
Fri, 21 Feb 2003 10:05:25 +0000 (10:05 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 21 Feb 2003 10:05:25 +0000 (10:05 +0000)
for libfoo.so that need $(make-link) rules.

ChangeLog
linuxthreads/ChangeLog
nptl/ChangeLog

index 95b913ad7617b842f52471bbf4b398b98cfd5119..02322e4afbb0446b1d0c0e9ce428b4312d9042ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-21  Roland McGrath  <roland@redhat.com>
+
+       * Makerules: Filter $(install-lib-ldscripts) out of list of targets
+       for libfoo.so that need $(make-link) rules.
+
 2003-02-21  Roland McGrath  <roland@frob.com>
 
        * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE
index 8a7ba0eaa35aa59a7896b38156c62eef3ca3d502..26c0c2768777dbb31dc143343c36bebc41925422 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-21  Roland McGrath  <roland@redhat.com>
+
+       * Makefile (install-lib-ldscripts): New variable.
+
 2003-02-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
        * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short
index 05bab0b525d5824122c8c971be6bc45eaadd2b85..b371dfd4ff5eb1a6fc52a9e9c2c2f1ee117c35bf 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-21  Roland McGrath  <roland@redhat.com>
+
+       * Makefile (install-lib-ldscripts): New variable.
+
 2003-02-21  Ulrich Drepper  <drepper@redhat.com>
 
        * pthreadP.h: Define INVALID_TD_P and INVALID_NOT_TERMINATED_TD_P.