From 72153f80aca786beb32d3d1546f7dd19b4d56aa7 Mon Sep 17 00:00:00 2001 From: schmidt Date: Sun, 1 Sep 2002 14:11:37 +0000 Subject: ChangeLogTag:Sun Sep 01 08:18:37 UTC 2002 Johnny Willemsen --- ChangeLog | 3 ++- ChangeLogs/ChangeLog-03a | 3 ++- TAO/ChangeLog | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1d51640e2c5..d60f342c157 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,7 +19,7 @@ Sun Sep 01 07:25:12 UTC 2002 Johnny Willemsen * include/makeinclude/platform_linux_borland.GNU: Added first version of platform .GNU file for the Borland Kylix - compiler. Thanks to Newton Aird for providing this first version. * THANKS: Added Newton Aird @@ -30,6 +30,7 @@ Sat Aug 31 14:57:53 2002 Balachandran Natarajan + * ace/OS.i (ctime_r): This fixes a problem on Linux for the call to ::ctime_r where the pointer returned (result) is the same as the pointer (buf) passed in, causing the buffer to get clobbed diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 1d51640e2c5..d60f342c157 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -19,7 +19,7 @@ Sun Sep 01 07:25:12 UTC 2002 Johnny Willemsen * include/makeinclude/platform_linux_borland.GNU: Added first version of platform .GNU file for the Borland Kylix - compiler. Thanks to Newton Aird for providing this first version. * THANKS: Added Newton Aird @@ -30,6 +30,7 @@ Sat Aug 31 14:57:53 2002 Balachandran Natarajan + * ace/OS.i (ctime_r): This fixes a problem on Linux for the call to ::ctime_r where the pointer returned (result) is the same as the pointer (buf) passed in, causing the buffer to get clobbed diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 435c4ee2b0f..c9740f6f4f5 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -5,11 +5,12 @@ Sat Aug 31 23:58:02 UTC 2002 Craig Rodrigues Sat Aug 31 23:16:35 UTC 2002 Craig Rodrigues - * tao/Makefile: Re-order targets to that if make -k is specified, + * tao/Makefile: Re-order targets so that if make -k is specified, a recursive make on Makefile.dirs will be performed even if the recursive make on Makefile.tao fails. Sat Aug 31 16:06:42 2002 Balachandran Natarajan + * tao/Messaging/Makefile: Reverted the change "Sat Aug 31 14:54:01 2002 Balachandran Natarajan " since there is better way to do this. @@ -37,8 +38,10 @@ Sat Aug 31 01:29:05 UTC 2002 Craig Rodrigues * tao/Makefile.dirs: (Added) Specifies the DIRS= list of directories to invoke recursive makes on. + * tao/Makefile.tao: (Added) Build the libTAO library like the old Makefile did. + * tao/Makefile: Invoke Makefile.tao first, and then Makefile.dirs. It was necessary to split apart the DIRS= rule from the part of the Makefile which builds libACE in order to have parallel makes (-j 2) -- cgit v1.2.1