summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-20 07:37:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-22 14:19:07 +0100
commit932e0da7440d0232d0441a2acaeb7303e6e6826a (patch)
tree64a87bdaebc3455c982f8b1f1455488eb0317876 /mk
parent2a7c8f4ea043a28b3e61c3c0da60b921c3214d55 (diff)
use verbose output by default for autotool style packages
Diffstat (limited to 'mk')
-rw-r--r--mk/pkg-bottom.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/pkg-bottom.mk b/mk/pkg-bottom.mk
index 76f7b3e81..abc1e1604 100644
--- a/mk/pkg-bottom.mk
+++ b/mk/pkg-bottom.mk
@@ -116,6 +116,7 @@ else ifeq ($(strip ${CONFIG_STYLE}),)
--disable-dependency-tracking \
--disable-libtool-lock \
--disable-nls \
+ --disable-silent-rules \
${CONFIGURE_LIB} \
${CONFIGURE_ARGS} $(MAKE_TRACE)
else