]> 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 18:41:55 +0000 (20:41 +0200)
commit9e408f848dcecd5f9f53fe79ae09ab2237d53252
tree2451c5b4f65519fcbdb305c75d1db43f53fca933
parent48578d6c12bf4909a3753edae483605bc4ecd82f
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