]> git.saurik.com Git - bison.git/commit
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 13:09:21 +0000 (15:09 +0200)
commit5ece73eaa19c79d5dd40b36a2a7d38cb397c2fcd
treeb46516249bfacf896a0b96bc6cfba1faee258314
parentad597a78770c1834e52b7b5286b383998b92f01b
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.
ChangeLog
examples/calc++/Makefile.am