]> git.saurik.com Git - bison.git/commitdiff
Require the generation of parse-gram.output.
authorAkim Demaille <demaille@gostai.com>
Thu, 7 Aug 2008 18:46:28 +0000 (20:46 +0200)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 6 Apr 2009 08:28:50 +0000 (04:28 -0400)
* src/Makefile.am (YACC): Pass --report=all.
(cherry picked from commit 432ac57aaae89de7a4305dc72c5a5b716c6defc4)

ChangeLog
src/Makefile.am

index 21f99a0224cffad8b7aa60f98d0428619fba64c9..18236ab776013d913be87eb0dc972493eba08cd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * NEWS (2.5): New stub.
index afe6d088ed4ed9ebce08d4fc7d7c11aadf8481fb..a5cf94ee6f3646c06427f5e884b23b3bd7767dab 100644 (file)
@@ -24,7 +24,7 @@ LDADD = ../lib/libbison.a $(LIBINTL)
 
 # Use our own Bison to build the parser.  Of course, you ought to
 # 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_SCRIPTS = $(YACC_SCRIPT)