]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
build: avoid concurrent extraction of calc++.
[bison.git] / ChangeLog
index aa23252a1f910cb845fe3489c6b914b3d1315222..bc9713603a2c562c55ef0e7b40cd6557130ef3f2 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-29  Akim Demaille  <demaille@gostai.com>
 
        parse.error: fix.