Explorar el Código

make verbose output, needed for debugging autotool problems

Waldemar Brodkorb hace 10 años
padre
commit
a9514b71e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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