summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorjonesc <jonesc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-12-30 16:08:35 +0000
committerjonesc <jonesc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-12-30 16:08:35 +0000
commitf6bfcf51916e4fde1d8d60435535261cf629dcd7 (patch)
tree3b2ff16fa2cd6c5d327bed466452c743955e5d40 /ChangeLog
parentce8a5685a419fae60eae414d6316261f5bdb3b07 (diff)
downloadATCD-f6bfcf51916e4fde1d8d60435535261cf629dcd7.tar.gz
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.
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.