summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-19 20:07:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-19 20:09:05 +0200
commita9514b71e7892b00bf0ef7b89e0c23f1dbb65beb (patch)
tree7e8da4807e976846eae14d26736394336264245f /mk
parentd64fa37d0ad65de804f309b5786cf75778f57314 (diff)
make verbose output, needed for debugging autotool problems
Diffstat (limited to 'mk')
-rw-r--r--mk/pkg-bottom.mk2
1 files changed, 1 insertions, 1 deletions
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