Skip to content

Commit

Permalink
[build] add GNUMAKEFLAGS=--no-print-directory
Browse files Browse the repository at this point in the history
quiet some automake noise during build
(can use 'make -s' to quiet more)

In doc/ and tests/docroot/, add GNUMAKEFLAGS=--no-print-directory -s
  • Loading branch information
gstrauss committed Dec 28, 2020
1 parent 2639e5a commit db0cd76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SUBDIRS=config scripts systemd outdated
dist_man8_MANS=lighttpd.8 lighttpd-angel.8
GNUMAKEFLAGS=--no-print-directory -s

EXTRA_DIST= \
initscripts.txt \
Expand Down
1 change: 1 addition & 0 deletions tests/docroot/Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
SUBDIRS=123 www
GNUMAKEFLAGS=--no-print-directory -s

0 comments on commit db0cd76

Please sign in to comment.