[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
build: also generate the graph reports
From: |
Akim Demaille |
Subject: |
build: also generate the graph reports |
Date: |
Thu, 18 Apr 2019 06:44:28 +0200 |
commit 4ec413da32760defe1bf382c048d1d2f67e0b58a
Author: Akim Demaille <address@hidden>
Date: Sun Apr 14 15:17:14 2019 +0200
build: also generate the graph reports
* Makefile.am (AM_YFLAGS_WITH_LINES): here.
diff --git a/Makefile.am b/Makefile.am
index 930eac2f..673501ee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,7 @@ dependencies = $(BISON_IN) $(src_bison_SOURCES)
$(dist_skeletons_DATA)
BISON = $(top_builddir)/tests/bison
BISON_IN = $(top_srcdir)/tests/bison.in
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
# Initialization before completion by local.mk's.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- build: also generate the graph reports,
Akim Demaille <=