summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-03-16 12:23:55 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-03-16 12:23:55 +0000
commit93cfa57f452f127bbfa878d07244f9fa54e65334 (patch)
tree0e014dadc321fc89deb5b56c3f3bedbf85eb0d34
parent77952eb0d50f3dd631c2480566f0c515ea741c89 (diff)
downloadATCD-93cfa57f452f127bbfa878d07244f9fa54e65334.tar.gz
ChangeLogTag: Tue Mar 16 06:22:40 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog51
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd5
2 files changed, 29 insertions, 27 deletions
diff --git a/ChangeLog b/ChangeLog
index d46eecc8642..28142fd7820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,36 +1,43 @@
+Tue Mar 16 06:22:40 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Reverting my change from Mon Mar 15 08:31:05 2004. It has
+ undesirable effects in some situations.
+
Mon Mar 15 18:26:39 2004 Steve Huston <shuston@riverace.com>
- * examples/APG/Proactor/HA_Proactive_Status.h: Add #include
- "ace/Asynch_IO.h" so AIX Visual Age C++ can find things at
- template instantiate time.
+ * examples/APG/Proactor/HA_Proactive_Status.h: Add #include
+ "ace/Asynch_IO.h" so AIX Visual Age C++ can find things at
+ template instantiate time.
Mon Mar 15 15:42:33 2004 Steve Huston <shuston@riverace.com>
- * ace/config-aix5.1.h: Set this up for use with AIX 5.2 as well.
- AIX 5.2 has POSIX AIO, but it's not run-time enabled by default.
- So, allow the user to turn it on, but leave it off by default.
+ * ace/config-aix5.1.h: Set this up for use with AIX 5.2 as well.
+ AIX 5.2 has POSIX AIO, but it's not run-time enabled by default.
+ So, allow the user to turn it on, but leave it off by default.
- * ace/Asynch_Connector.cpp: Added #include "ace/OS_NS_sys_socket.h" and
- "ace/OS_Memory.h" to pick up needed definitions on AIX when Visual
- Age C++ is instantiating templates.
+ * ace/Asynch_Connector.cpp: Added #include "ace/OS_NS_sys_socket.h" and
+ "ace/OS_Memory.h" to pick up needed definitions on AIX when Visual
+ Age C++ is instantiating templates.
- * ace/POSIX_CB_Proactor.{h cpp}: Enabled use of the CB proactor on
- non-sgi, non-FreeBSD systems. AIX likes this proactor implementation.
- Also, fixed a mistaken timer setting where the number of desired
- milliseconds timeout was instead specified as number of seconds.
+ * ace/POSIX_CB_Proactor.{h cpp}: Enabled use of the CB proactor on
+ non-sgi, non-FreeBSD systems. AIX likes this proactor implementation.
+ Also, fixed a mistaken timer setting where the number of desired
+ milliseconds timeout was instead specified as number of seconds.
- * tests/Proactor_Test.{cpp, h}:
- * tests/Proactor_Test_IPV6.cpp: Moved the definitions of Sender
- and Receiver to a new file, Proactor_Test.h. This allows AIX Visual
- Age C++ to see the class definitions when instantiating templates.
- Removed the #ifdef __sgi around use of the CB proactor, as that
- is available and, indeed, works best, for AIX.
+ * tests/Proactor_Test.{cpp, h}:
+ * tests/Proactor_Test_IPV6.cpp: Moved the definitions of Sender
+ and Receiver to a new file, Proactor_Test.h. This allows AIX Visual
+ Age C++ to see the class definitions when instantiating templates.
+ Removed the #ifdef __sgi around use of the CB proactor, as that
+ is available and, indeed, works best, for AIX.
Mon Mar 15 13:42:13 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * ace/CDR_Stream.cpp:
-
- Fixed a typo. Thanks to Andreas Koehler for pointing this out.
+ * ace/CDR_Stream.cpp:
+
+ Fixed a typo. Thanks to Andreas Koehler for pointing this out.
Mon Mar 15 17:21:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index dd251244ded..9ef27ab4b1a 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -347,11 +347,6 @@ LIBPATH := $(LIBPATH):<%custom_type->libpath%>
PATH := $(PATH):<%custom_type->libpath%>
<%endif%>
-## The PATH is added to the VPATH in case the custom command does not
-## have the path in the executable name. This will allow GNU Make to
-## find the command and process the rule.
-VPATH += $(PATH)
-
<%foreach(custom_type->input_files)%>
<%if(custom_type->input_file->output_files)%>
GENERATED_DIRTY +=<%foreach(custom_type->input_file->output_files)%> <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>/<%basename(custom_type->input_file->output_file)%><%else%><%custom_type->input_file->output_file%><%endif%><%endfor%>