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.
This commit is contained in:
Hans-Christian Egtvedt 2008-12-04 16:50:05 +00:00
parent 5851eae5f0
commit 2e79479d34
1 changed files with 1 additions and 1 deletions

View File

@ -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) \