Explorar o código

use verbose output by default for autotool style packages

Waldemar Brodkorb hai 2 meses
pai
achega
932e0da744
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      mk/pkg-bottom.mk

+ 1 - 0
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