Ver Fonte

make verbose output, needed for debugging autotool problems

Waldemar Brodkorb há 10 anos atrás
pai
commit
a9514b71e7
1 ficheiros alterados com 1 adições e 1 exclusões
  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