From: Petr Uzel Date: Tue, 24 Apr 2012 08:20:53 +0000 (+0200) Subject: build-sys: run distcheck with verbose make rules X-Git-Tag: v2.22-rc1~474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2defd027f9d720a1544a6e3b3f09cf0ad3f3ff3;p=thirdparty%2Futil-linux.git build-sys: run distcheck with verbose make rules Signed-off-by: Petr Uzel --- diff --git a/Makefile.am b/Makefile.am index 9ac1ffc274..6fec32db8f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,7 +88,8 @@ checkxalloc: @ $(top_srcdir)/tools/checkxalloc.sh ENABLE_ALL = --enable-static-programs --enable-most-builds -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-use-tty-group $(ENABLE_ALL) +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-use-tty-group \ + --disable-silent-rules $(ENABLE_ALL) BUILT_SOURCES = .version