lensfun: increase verbosity of `make` to ease debugging

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-04-21 19:46:51 -07:00
parent d85384be53
commit 339037a2ca
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ define $(PKG)_BUILD
--mode=release \
--vectorization= \
--staticlibs=$(if $(BUILD_STATIC),YES,NO)
$(MAKE) -C '$(1)' -j '$(JOBS)' libs
$(MAKE) -C '$(1)' -j 1 install-lensdb install-lensfun-pc install-lensfun
$(MAKE) -C '$(1)' -j '$(JOBS)' libs V=1
$(MAKE) -C '$(1)' -j 1 install-lensdb install-lensfun-pc install-lensfun V=1
$(if $(BUILD_SHARED),$($(PKG)_INSTALL_SHARED),)
'$(TARGET)-gcc' \