summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-05-30 09:59:17 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-05-30 10:09:33 +0300
commit20daef8388c97873f1d33c749e94ae558403f055 (patch)
tree7714d9820d0d51b952d1146baaf9170f86783572
parente7397c8fad6835f0af76840074729f6c2cb33e7e (diff)
downloadmailutils-20daef8388c97873f1d33c749e94ae558403f055.tar.gz
mailutils-20daef8388c97873f1d33c749e94ae558403f055.tar.bz2
Minor change
* maint/flowgraph.mk: Pass --all to cflow.
-rw-r--r--maint/flowgraph.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint/flowgraph.mk b/maint/flowgraph.mk
index 7e9ac4197..eca63d04f 100644
--- a/maint/flowgraph.mk
+++ b/maint/flowgraph.mk
@@ -8,7 +8,7 @@
# Main Makefile from the Mailutils top-level source directory must be
# included atop of this one.
#
-CFLOW_FLAGS=-i^s --brief \
+CFLOW_FLAGS=-i^s --brief --all\
--define '__attribute__\(c\)'\
--symbol __inline:=inline\
--symbol __inline__:=inline\

Return to:

Send suggestions and report system problems to the System administrator.