Explorar o código

qtopia4: make build verbose or silent depending on user input

This will make Qt compile silent unless the user specifies V=1 or VERBOSE=1
when running make.
Hans-Christian Egtvedt %!s(int64=16) %!d(string=hai) anos
pai
achega
2e79479d34
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/qtopia4/qtopia4.mk

+ 1 - 1
package/qtopia4/qtopia4.mk

@@ -326,7 +326,7 @@ endif
 		PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig:$(PKG_CONFIG_PATH)" \
 		PKG_CONFIG_SYSROOT="$(STAGING_DIR)" \
 		./configure \
-		-verbose \
+		$(if $(VERBOSE),-verbose,-silent) \
 		-force-pkg-config \
 		-embedded $(BR2_PACKAGE_QTOPIA4_EMB_PLATFORM) \
 		$(QTOPIA4_QCONFIG_COMMAND) \