summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7de3cc4359e..fc7c44ac1df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,34 @@
+Fri Dec 30 15:58:24 UTC 2011 Chip Jones <jonesc@ociweb.com>
+
+ * bin/MakeProjectCreator/config/ace_idl_dependencies.mpb:
+
+ Added this file to handle generation of IDL
+ dependencies as a feature.
+
+ * bin/MakeProjectCreator/config/acedefaults.mpb:
+ * bin/MakeProjectCreator/config/global.features:
+
+ Added ace_idl_dependencies as a base project of
+ acedefaults and set ace_idl_dependencies=0
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Changes to support incremental IDL dependency
+ generation. Each IDL file now has its own
+ .depends file so there is are no collisions when
+ using 'make -j'
+
+ * include/makeinclude/rules.local.GNU:
+
+ Modified the prerequisite .depend rules to 'touch'
+ or 'copy NUL' multiple .depend files as needed to
+ support IDL dependency generation.
+
Tue Nov 29 18:42:09 UTC 2011 Chip Jones <jonesc@ociweb.com>
* bin/MakeProjectCreator/templates/gnu.mpd:
- Changes to support incremental generation of IDL
+ Changes to support incremental generation of IDL
dependencies. This is necessary since IDL files
in the same project may not have the same flags.