]> git.saurik.com Git - bison.git/commit - ChangeLog
build: avoid concurrent extraction of calc++.
authorAkim Demaille <demaille@gostai.com>
Mon, 29 Jun 2009 13:02:48 +0000 (15:02 +0200)
committerAkim Demaille <demaille@gostai.com>
Mon, 29 Jun 2009 18:40:02 +0000 (20:40 +0200)
commit80d653fd3009223775dbf7c75fb8fdfb0407b968
tree95e21efd52f4f8f5deb7e40e4f4915d8a6e63e26
parent0210a4bf5eaa64a761d1bb45f1a3e84b115a31c6
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.

Cherry-picked from 5ece73eaa19c79d5dd40b36a2a7d38cb397c2fcd.
ChangeLog
examples/calc++/Makefile.am