瀏覽代碼

make verbose output, needed for debugging autotool problems

Waldemar Brodkorb 11 年之前
父節點
當前提交
a9514b71e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mk/pkg-bottom.mk

+ 1 - 1
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