Explorar el Código

use verbose output by default for autotool style packages

Waldemar Brodkorb hace 2 meses
padre
commit
932e0da744
Se han modificado 1 ficheros con 1 adiciones y 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