From: Roland McGrath Date: Fri, 21 Feb 2003 10:05:25 +0000 (+0000) Subject: * Makerules: Filter $(install-lib-ldscripts) out of list of targets X-Git-Tag: cvs/glibc-2_3_2~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59fed0e26d28ca0649de7bc3c4444f216caac5f3;p=thirdparty%2Fglibc.git * Makerules: Filter $(install-lib-ldscripts) out of list of targets for libfoo.so that need $(make-link) rules. --- diff --git a/ChangeLog b/ChangeLog index 95b913ad761..02322e4afbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-21 Roland McGrath + + * Makerules: Filter $(install-lib-ldscripts) out of list of targets + for libfoo.so that need $(make-link) rules. + 2003-02-21 Roland McGrath * sysdeps/mach/hurd/bits/typesizes.h (__DEV_T_TYPE): Use __U32_TYPE diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 8a7ba0eaa35..26c0c276877 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2003-02-21 Roland McGrath + + * Makefile (install-lib-ldscripts): New variable. + 2003-02-20 Franz Sirl * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Avoid short diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 05bab0b525d..b371dfd4ff5 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-02-21 Roland McGrath + + * Makefile (install-lib-ldscripts): New variable. + 2003-02-21 Ulrich Drepper * pthreadP.h: Define INVALID_TD_P and INVALID_NOT_TERMINATED_TD_P.