Просмотр исходного кода

make verbose output, needed for debugging autotool problems

Waldemar Brodkorb 11 лет назад
Родитель
Сommit
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