diff options
-rw-r--r-- | mk/pkg-bottom.mk | 2 |
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 |