summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-09-01 14:11:37 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-09-01 14:11:37 +0000
commit72153f80aca786beb32d3d1546f7dd19b4d56aa7 (patch)
tree382d2d1c09e51f8a8f4821c2252262c2481e8cfa
parent91468213713e06a9bc0a4eeb184f6b51b4de8c9e (diff)
downloadATCD-72153f80aca786beb32d3d1546f7dd19b4d56aa7.tar.gz
ChangeLogTag:Sun Sep 01 08:18:37 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog3
-rw-r--r--ChangeLogs/ChangeLog-03a3
-rw-r--r--TAO/ChangeLog5
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 <jwillemsen@remedy.nl>
* include/makeinclude/platform_linux_borland.GNU:
Added first version of platform .GNU file for the Borland Kylix
- compiler. Thanks to Newton Aird <naird@ix.netcom.com) for
+ compiler. Thanks to Newton Aird <naird@ix.netcom.com> for
providing this first version.
* THANKS: Added Newton Aird <naird@ix.netcom.com>
@@ -30,6 +30,7 @@ Sat Aug 31 14:57:53 2002 Balachandran Natarajan <bala@isis-server.vuse.vanderb
fame.
Sat Aug 31 13:55:52 2002 Balachandran Natarajan <bala@isis-server.vuse.vanderbilt.edu>
+
* 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 <jwillemsen@remedy.nl>
* include/makeinclude/platform_linux_borland.GNU:
Added first version of platform .GNU file for the Borland Kylix
- compiler. Thanks to Newton Aird <naird@ix.netcom.com) for
+ compiler. Thanks to Newton Aird <naird@ix.netcom.com> for
providing this first version.
* THANKS: Added Newton Aird <naird@ix.netcom.com>
@@ -30,6 +30,7 @@ Sat Aug 31 14:57:53 2002 Balachandran Natarajan <bala@isis-server.vuse.vanderb
fame.
Sat Aug 31 13:55:52 2002 Balachandran Natarajan <bala@isis-server.vuse.vanderbilt.edu>
+
* 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 <crodrigu@bbn.com>
Sat Aug 31 23:16:35 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
- * 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 <bala@isis-server.vuse.vanderbilt.edu>
+
* 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 <crodrigu@bbn.com>
* 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)