We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2639e5a commit db0cd76Copy full SHA for db0cd76
Makefile.am
@@ -7,3 +7,5 @@ ACLOCAL_AMFLAGS = -I m4 -I scripts/m4
7
distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
8
9
AM_DISTCHECK_CONFIGURE_FLAGS=--with-openssl
10
+
11
+GNUMAKEFLAGS=--no-print-directory
doc/Makefile.am
@@ -1,5 +1,6 @@
1
SUBDIRS=config scripts systemd outdated
2
dist_man8_MANS=lighttpd.8 lighttpd-angel.8
3
+GNUMAKEFLAGS=--no-print-directory -s
4
5
EXTRA_DIST= \
6
initscripts.txt \
tests/docroot/Makefile.am
@@ -1 +1,2 @@
SUBDIRS=123 www
0 commit comments