summaryrefslogtreecommitdiff
path: root/tests/docroot
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 /tests/docroot
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 'tests/docroot')
-rw-r--r--tests/docroot/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docroot/Makefile.am b/tests/docroot/Makefile.am
index d14aa288..5feab8ce 100644
--- a/tests/docroot/Makefile.am
+++ b/tests/docroot/Makefile.am
@@ -1 +1,2 @@
SUBDIRS=123 www
+GNUMAKEFLAGS=--no-print-directory -s