summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-05 01:41:47 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-05 01:41:47 +0000
commit2374cff91bc0a7ff249d4b5e122221d0525a46d2 (patch)
tree9892ec3b73924fb6faa33c9f5a09fd61d7ceed7b
parentd34dee1d12602b273d8f7d9f0114425044359136 (diff)
downloadATCD-2374cff91bc0a7ff249d4b5e122221d0525a46d2.tar.gz
ChangeLogTag:Thu Apr 4 20:39:51 2002 Carlos O'Ryan <coryan@atdesk.com>
-rw-r--r--ChangeLog18
-rw-r--r--ChangeLogs/ChangeLog-02a18
-rw-r--r--ChangeLogs/ChangeLog-03a18
-rwxr-xr-xbin/g++dep9
4 files changed, 39 insertions, 24 deletions
diff --git a/ChangeLog b/ChangeLog
index 25529fa3398..e15224bfdc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
+Thu Apr 4 20:39:51 2002 Carlos O'Ryan <coryan@atdesk.com>
+
+ * bin/g++dep:
+ Remove bogus path(s) to find gcc, they were site-specific,
+ host-specific and version-specific, and then outdated at
+ that. The developer better has a decent version of gcc in her
+ PATH already, or the 'make depend' commands simply won't work.
+
Thu Apr 4 13:17:52 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* bin/auto_run_tests.lst: Added a new test to the list of tests
- that need to be run.
+ that need to be run.
Thu Apr 4 11:52:45 2002 Carlos O'Ryan <coryan@atdesk.com>
@@ -24,7 +32,7 @@ Thu Apr 4 10:30:54 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/RMCast/Makefile:
* ace/SSL/Makefile:
* ace/Makefile: Updated dependency. Other directories need this
- too. Will get to them before the beta.
+ too. Will get to them before the beta.
Thu Apr 4 11:05:48 2002 Carlos O'Ryan <coryan@uci.edu>
@@ -35,8 +43,8 @@ Thu Apr 4 11:05:48 2002 Carlos O'Ryan <coryan@uci.edu>
Thu Apr 4 08:32:26 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/CDR_Stream.cpp (ctor):
- Modified default ctor to always add ACE_CDR::MAX_ALIGNMENT to
- the size parameter since it is always required since the
+ Modified default ctor to always add ACE_CDR::MAX_ALIGNMENT to
+ the size parameter since it is always required since the
subsequent call to ACE_CDR::mb_align() might advance the
(rd|wr)_ptr's up to ACE_CDR::MAX_ALIGNMENT-1 bytes.
@@ -203,7 +211,7 @@ Mon Apr 1 11:56:55 2002 Steve Totten <totten_s@ociweb.com>
Applied change from Rich Seibel <seibel_r@ociweb.com> to add a
reset for the command_line_calculated_ flag (three places) and
- rewrote the description of command_line_buf().
+ rewrote the description of command_line_buf().
Mon Apr 1 12:38:44 2002 Steve Huston <shuston@riverace.com>
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 25529fa3398..e15224bfdc5 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,7 +1,15 @@
+Thu Apr 4 20:39:51 2002 Carlos O'Ryan <coryan@atdesk.com>
+
+ * bin/g++dep:
+ Remove bogus path(s) to find gcc, they were site-specific,
+ host-specific and version-specific, and then outdated at
+ that. The developer better has a decent version of gcc in her
+ PATH already, or the 'make depend' commands simply won't work.
+
Thu Apr 4 13:17:52 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* bin/auto_run_tests.lst: Added a new test to the list of tests
- that need to be run.
+ that need to be run.
Thu Apr 4 11:52:45 2002 Carlos O'Ryan <coryan@atdesk.com>
@@ -24,7 +32,7 @@ Thu Apr 4 10:30:54 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/RMCast/Makefile:
* ace/SSL/Makefile:
* ace/Makefile: Updated dependency. Other directories need this
- too. Will get to them before the beta.
+ too. Will get to them before the beta.
Thu Apr 4 11:05:48 2002 Carlos O'Ryan <coryan@uci.edu>
@@ -35,8 +43,8 @@ Thu Apr 4 11:05:48 2002 Carlos O'Ryan <coryan@uci.edu>
Thu Apr 4 08:32:26 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/CDR_Stream.cpp (ctor):
- Modified default ctor to always add ACE_CDR::MAX_ALIGNMENT to
- the size parameter since it is always required since the
+ Modified default ctor to always add ACE_CDR::MAX_ALIGNMENT to
+ the size parameter since it is always required since the
subsequent call to ACE_CDR::mb_align() might advance the
(rd|wr)_ptr's up to ACE_CDR::MAX_ALIGNMENT-1 bytes.
@@ -203,7 +211,7 @@ Mon Apr 1 11:56:55 2002 Steve Totten <totten_s@ociweb.com>
Applied change from Rich Seibel <seibel_r@ociweb.com> to add a
reset for the command_line_calculated_ flag (three places) and
- rewrote the description of command_line_buf().
+ rewrote the description of command_line_buf().
Mon Apr 1 12:38:44 2002 Steve Huston <shuston@riverace.com>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 25529fa3398..e15224bfdc5 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,7 +1,15 @@
+Thu Apr 4 20:39:51 2002 Carlos O'Ryan <coryan@atdesk.com>
+
+ * bin/g++dep:
+ Remove bogus path(s) to find gcc, they were site-specific,
+ host-specific and version-specific, and then outdated at
+ that. The developer better has a decent version of gcc in her
+ PATH already, or the 'make depend' commands simply won't work.
+
Thu Apr 4 13:17:52 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* bin/auto_run_tests.lst: Added a new test to the list of tests
- that need to be run.
+ that need to be run.
Thu Apr 4 11:52:45 2002 Carlos O'Ryan <coryan@atdesk.com>
@@ -24,7 +32,7 @@ Thu Apr 4 10:30:54 2002 Balachandran Natarajan <bala@cs.wustl.edu>
* ace/RMCast/Makefile:
* ace/SSL/Makefile:
* ace/Makefile: Updated dependency. Other directories need this
- too. Will get to them before the beta.
+ too. Will get to them before the beta.
Thu Apr 4 11:05:48 2002 Carlos O'Ryan <coryan@uci.edu>
@@ -35,8 +43,8 @@ Thu Apr 4 11:05:48 2002 Carlos O'Ryan <coryan@uci.edu>
Thu Apr 4 08:32:26 UTC 2002 Don Hinton <dhinton@ieee.org>
* ace/CDR_Stream.cpp (ctor):
- Modified default ctor to always add ACE_CDR::MAX_ALIGNMENT to
- the size parameter since it is always required since the
+ Modified default ctor to always add ACE_CDR::MAX_ALIGNMENT to
+ the size parameter since it is always required since the
subsequent call to ACE_CDR::mb_align() might advance the
(rd|wr)_ptr's up to ACE_CDR::MAX_ALIGNMENT-1 bytes.
@@ -203,7 +211,7 @@ Mon Apr 1 11:56:55 2002 Steve Totten <totten_s@ociweb.com>
Applied change from Rich Seibel <seibel_r@ociweb.com> to add a
reset for the command_line_calculated_ flag (three places) and
- rewrote the description of command_line_buf().
+ rewrote the description of command_line_buf().
Mon Apr 1 12:38:44 2002 Steve Huston <shuston@riverace.com>
diff --git a/bin/g++dep b/bin/g++dep
index cfd00b95e9e..aa4a843cc24 100755
--- a/bin/g++dep
+++ b/bin/g++dep
@@ -8,15 +8,6 @@
# @(#)mkdep.sh 1.7 (Berkeley) 10/13/87
#
-if [ `uname -r` = 5.7 ]; then
- PATH=/project/danzon/pkg/egcs/bin:/usr/local/bin:/bin:/usr/bin:/usr/ucb:\
-/usr/gnu:/usr/gnu/bin:/opt/gnu/bin:/pkg/gnu/bin:$PATH
-else
- PATH=/usr/local/bin:/bin:/usr/bin:/usr/ucb:\
-/usr/gnu:/usr/gnu/bin:/opt/gnu/bin:/pkg/gnu/bin:$PATH
-fi
-export PATH
-
if [ $# = 0 ] ; then
echo 'usage: g++dep [-p] [-f makefile] [flags] file ...'
exit 1