summaryrefslogtreecommitdiff
path: root/mk/buildhlp.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-25 22:19:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-25 22:20:23 +0200
commit5996fa1bb0140a4481636984207a8198133fa8ee (patch)
tree2162c34ba71d51ea470be74ca284b52ffd36a167 /mk/buildhlp.mk
parentb6c5824451788b753d2054e3d1d938d4af26a6a5 (diff)
non-verbose
Diffstat (limited to 'mk/buildhlp.mk')
-rw-r--r--mk/buildhlp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/buildhlp.mk b/mk/buildhlp.mk
index 4a3baeaf2..a91999826 100644
--- a/mk/buildhlp.mk
+++ b/mk/buildhlp.mk
@@ -95,7 +95,7 @@ endif
@-test ! -r ${WRKDIR}/.autoreconf_done || \
(wrkdist=$(WRKDIST) dir=$${wrkdist#$(WRKDIR)}; \
cd ${WRKDIR}.orig$${dir}; \
- env ${AUTOTOOL_ENV} autoreconf -if; \
+ env ${AUTOTOOL_ENV} autoreconf -if > /dev/null 2>&1; \
rm -rf ${WRKDIR}.orig$${dir}/autom4te.cache ) $(MAKE_TRACE)
@# restore config.sub/config.guess
@for i in $$(find ${WRKDIR} -name config.sub);do \