summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-08-29 18:21:31 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-08-29 18:21:31 +0000
commit44b91f9c779895aa08cefefacf71519d9f588917 (patch)
tree1cc744b24a6902d12907f69921ccf70fbf5c1f4e
parent00705927bfa8dca8fa389782ce13364a2a3a85bf (diff)
downloadATCD-44b91f9c779895aa08cefefacf71519d9f588917.tar.gz
ChangeLogTag: Fri Aug 29 13:21:01 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog31
-rw-r--r--bin/MakeProjectCreator/README7
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd2
3 files changed, 30 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a31b469598..d05b97d3c7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,29 @@
+Fri Aug 29 13:21:01 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/README:
+
+ Elaborated on a key point of custom definitions.
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Empty the ACELIB variable after including wrapper_macros.GNU.
+ This is a feature of wrapper_macros.GNU that MPC doesn't need.
+
Fri Aug 29 08:27:58 2003 Venkita Subramonian <venkita@cs.wustl.edu>
-
- * Kokyu/Dispatcher_Task.cpp:
- * Kokyu/Kokyu_defs.cpp:
- * Kokyu/tests/DSRT_MIF/MIF.cpp: Added explicit template
- instantiations to fix compile errors in
- Solaris_9_Forte7_ACE_(MPC) build. Thanks to Don Hinton for
- pointing this out.
+
+ * Kokyu/Dispatcher_Task.cpp:
+ * Kokyu/Kokyu_defs.cpp:
+ * Kokyu/tests/DSRT_MIF/MIF.cpp: Added explicit template
+ instantiations to fix compile errors in
+ Solaris_9_Forte7_ACE_(MPC) build. Thanks to Don Hinton for
+ pointing this out.
Thu Aug 28 22:29:03 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
- From Don Hinton <dhinton@dresystems.com>
- * tests/Bug_1576_Regression_Test.cpp:
+ From Don Hinton <dhinton@dresystems.com>
+ * tests/Bug_1576_Regression_Test.cpp:
- Updated to work in wchar builds.
+ Updated to work in wchar builds.
Thu Aug 28 07:57:33 2003 Chad Elliott <elliott_c@ociweb.com>
diff --git a/bin/MakeProjectCreator/README b/bin/MakeProjectCreator/README
index 7603b9ae3f7..79768ebfdfa 100644
--- a/bin/MakeProjectCreator/README
+++ b/bin/MakeProjectCreator/README
@@ -249,6 +249,13 @@ generic_outputext If the command does not generate any of the other output
types listed above, then the extensions should be listed
under this.
+Particular output extensions are not required. However at least one output
+extension type is required in order for MPC to generate a target. Your
+command doesn't necessarily have to generate output, but an extension type
+is none the less required. This can be desirable in some situations,
+whereas the command set to run for the custom type may be a script that runs
+a test. Thereby, integrating building and testing.
+
For custom file types, there are two keywords that can be used within the
custom file type input lists: commandflags and gendir. The commandflags can
be used to augment or override the commandflags defined in the Define_Custom
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index 17e9502ad66..8c90bdfa3af 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -187,6 +187,8 @@ endif
<%endif%>
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+## We don't need the ACELIB setting from wrapper_macros.GNU
+ACELIB =
<%if(exename)%>
<%if(tao)%>
include $(TAO_ROOT)/rules.tao.GNU