From a2defd027f9d720a1544a6e3b3f09cf0ad3f3ff3 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Tue, 24 Apr 2012 10:20:53 +0200 Subject: [PATCH] build-sys: run distcheck with verbose make rules Signed-off-by: Petr Uzel --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3