mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Require the generation of parse-gram.output.
* src/Makefile.am (YACC): Pass --report=all.
(cherry picked from commit 432ac57aaa)
This commit is contained in:
committed by
Joel E. Denny
parent
006faedfd3
commit
33d2a86079
@@ -1,3 +1,8 @@
|
|||||||
|
2008-11-09 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
Require the generation of parse-gram.output.
|
||||||
|
* src/Makefile.am (YACC): Pass --report=all.
|
||||||
|
|
||||||
2009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
|
2009-04-06 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
* NEWS (2.5): New stub.
|
* NEWS (2.5): New stub.
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ LDADD = ../lib/libbison.a $(LIBINTL)
|
|||||||
|
|
||||||
# Use our own Bison to build the parser. Of course, you ought to
|
# Use our own Bison to build the parser. Of course, you ought to
|
||||||
# keep a sane version of Bison nearby...
|
# keep a sane version of Bison nearby...
|
||||||
YACC = ../tests/bison -y --warnings=all,error
|
YACC = ../tests/bison -y --warnings=all,error --report=all
|
||||||
|
|
||||||
bin_PROGRAMS = bison
|
bin_PROGRAMS = bison
|
||||||
bin_SCRIPTS = $(YACC_SCRIPT)
|
bin_SCRIPTS = $(YACC_SCRIPT)
|
||||||
|
|||||||
Reference in New Issue
Block a user