summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-27 20:28:31 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-27 21:37:28 -0500
commitdb0cd76618cd52e0501668fc4a54d6f21acde39e (patch)
tree48bd9aea81afdf78de7bbada4a49c2b21fc582d3 /Makefile.am
parent2639e5ae431a54c7d32b3a62b71a25151f10d871 (diff)
downloadlighttpd-git-db0cd76618cd52e0501668fc4a54d6f21acde39e.tar.gz
[build] add GNUMAKEFLAGS=--no-print-directory
quiet some automake noise during build (can use 'make -s' to quiet more) In doc/ and tests/docroot/, add GNUMAKEFLAGS=--no-print-directory -s
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a123634d..ade6c126 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,3 +7,5 @@ ACLOCAL_AMFLAGS = -I m4 -I scripts/m4
distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
AM_DISTCHECK_CONFIGURE_FLAGS=--with-openssl
+
+GNUMAKEFLAGS=--no-print-directory