]> 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)
committerAkim Demaille <demaille@gostai.com>
Sun, 9 Nov 2008 19:10:00 +0000 (20:10 +0100)
* src/Makefile.am (YACC): Pass --report=all.

ChangeLog
src/Makefile.am

index f75739c60d0ce4402474f6c9d05acd89ec973f26..edf9555ec90269f41c610200a15e645df193bfc1 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.
+
 2008-11-09  Akim Demaille  <demaille@gostai.com>
 
        Formatting changes.
index ef974457f615cba59fbd2416569517ba40a286a9..7686d81c7942879e845a88350daf6d25a9e73d77 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)