mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
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 5ece73eaa1.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user