summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-06-07 12:29:49 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-06-07 12:29:49 +0000
commit29a74f44c9ff37dff9432b238b59a65458ca82fb (patch)
treee6d725d67f8752ed371e1763766cf2812361a919
parentec46c09d64fbb25bc87b795eaeb81029f38ac7a0 (diff)
downloadATCD-29a74f44c9ff37dff9432b238b59a65458ca82fb.tar.gz
ChangeLogTag: Wed Jun 7 12:28:18 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog12
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd2
2 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f652dd2c3b3..a857c3ef0d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jun 7 12:28:18 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Changed the message displayed when a project isn't build when a
+ particular feature is disabled. Many users thought that this
+ message was an error, I believe, because of the word 'missing'.
+
Wed Jun 7 11:46:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-suncc-common.h:
@@ -81,8 +89,8 @@ Tue Jun 6 21:41:02 UTC 2006 Steve Huston <shuston@riverace.com>
Tue Jun 6 18:09:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
- * ace/OS_NS_Thread.cpp:
- Reverted a change for VxWorks, broke other platforms, will make
+ * ace/OS_NS_Thread.cpp:
+ Reverted a change for VxWorks, broke other platforms, will make
a new change tomorrow.
Tue Jun 6 17:14:51 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index ba89f9f4419..d0bd4627816 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -451,7 +451,7 @@ lib_warning:
<%if(requires)%>
require_warning:
- @echo <%project_name%> will not be built due to one of the following missing features:
+ @echo <%project_name%> will not be built due to one of the following disabled features:
@echo<%foreach(requires)%> <%require%><%endfor%>
<%endif%>