From db0cd76618cd52e0501668fc4a54d6f21acde39e Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 27 Dec 2020 20:28:31 -0500 Subject: [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 --- tests/docroot/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/docroot/Makefile.am') 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 -- cgit v1.2.1