]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
build: avoid concurrent extraction of calc++.
[bison.git] / ChangeLog
index 7b40c26ecc780ba87b9496e85bd0f199d645092f..bf4a90b3367902f9fcc74341d886b87df375516d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-06-29  Akim Demaille  <demaille@gostai.com>
+
+       build: avoid concurrent extraction of calc++.
+       * examples/calc++/Makefile.am (calc.stamp): New.
+       Depend on it to create the sources of calc++ so that concurrent
+       builds don't launch several "extexi" in parallel.
+       Not only this is inefficient, this also builds incorrect sources
+       with several extractions mixed together.
+
 2009-06-27  Alex Rozenman  <rozenman@gmail.com>
 
        Implement support for named symbol references.