From a9514b71e7892b00bf0ef7b89e0c23f1dbb65beb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 19 Jun 2014 20:07:57 +0200 Subject: make verbose output, needed for debugging autotool problems --- mk/pkg-bottom.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk index d45c9bc94..c711bce13 100644 --- a/mk/pkg-bottom.mk +++ b/mk/pkg-bottom.mk @@ -31,7 +31,7 @@ ifneq (,$(filter autoconf,${AUTOTOOL_STYLE})) endif ifneq (,$(filter autoreconf,${AUTOTOOL_STYLE})) @$(CMD_TRACE) "autotool configuring... " - @cd ${WRKSRC}; env ${AUTOTOOL_ENV} autoreconf -vif 2>/dev/null + @cd ${WRKSRC}; env ${AUTOTOOL_ENV} autoreconf -vif $(MAKE_TRACE) @rm -rf ${WRKSRC}/autom4te.cache @touch ${WRKDIR}/.autoreconf_done endif -- cgit v1.2.3