mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
build: also generate the graph reports
* Makefile.am (AM_YFLAGS_WITH_LINES): here.
This commit is contained in:
@@ -42,7 +42,7 @@ dependencies = $(BISON_IN) $(src_bison_SOURCES) $(dist_skeletons_DATA)
|
|||||||
BISON = $(top_builddir)/tests/bison
|
BISON = $(top_builddir)/tests/bison
|
||||||
BISON_IN = $(top_srcdir)/tests/bison.in
|
BISON_IN = $(top_srcdir)/tests/bison.in
|
||||||
YACC = $(BISON) -o y.tab.c
|
YACC = $(BISON) -o y.tab.c
|
||||||
AM_YFLAGS_WITH_LINES = -d -v -Werror -Wall --report=all
|
AM_YFLAGS_WITH_LINES = --defines -Werror -Wall --report=all --graph
|
||||||
AM_YFLAGS = $(AM_YFLAGS_WITH_LINES) --no-lines
|
AM_YFLAGS = $(AM_YFLAGS_WITH_LINES) --no-lines
|
||||||
|
|
||||||
# Initialization before completion by local.mk's.
|
# Initialization before completion by local.mk's.
|
||||||
|
|||||||
Reference in New Issue
Block a user