build: don't require src/bison during bootstrap.

Suggested by Eric Blake at
<http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00003.html>.
* bootstrap.conf (bootstrap_epilogue): New function to make sure
src/parse-gram.[ch] are stamped later than src/parse-gram.y.
This commit is contained in:
Joel E. Denny
2010-04-25 17:44:43 -04:00
parent cb76b1f1a3
commit b733bcd00e
2 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2010-04-25 Joel E. Denny <joeldenny@joeldenny.org>
build: don't require src/bison during bootstrap.
Suggested by Eric Blake at
<http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00003.html>.
* bootstrap.conf (bootstrap_epilogue): New function to make sure
src/parse-gram.[ch] are stamped later than src/parse-gram.y.
2010-04-11 Joel E. Denny <joeldenny@joeldenny.org>
* NEWS (2.4.3): Mention fix for Sun Studio C++.