Skip to content

Commit db0cd76

Browse files
committed
[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
1 parent 2639e5a commit db0cd76

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ ACLOCAL_AMFLAGS = -I m4 -I scripts/m4
77
distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
88

99
AM_DISTCHECK_CONFIGURE_FLAGS=--with-openssl
10+
11+
GNUMAKEFLAGS=--no-print-directory

doc/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
SUBDIRS=config scripts systemd outdated
22
dist_man8_MANS=lighttpd.8 lighttpd-angel.8
3+
GNUMAKEFLAGS=--no-print-directory -s
34

45
EXTRA_DIST= \
56
initscripts.txt \

tests/docroot/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
SUBDIRS=123 www
2+
GNUMAKEFLAGS=--no-print-directory -s

0 commit comments

Comments
 (0)