Skip to content

Commit 7c69baf

Browse files
committed
depends: pass verbose through to cmake based make
When running depends with V=1 this will now enable verbose output from makefiles generated by cmake.
1 parent 2a07c46 commit 7c69baf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/funcs.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ $(1)_cmake=env CC="$$($(1)_cc)" \
182182
cmake -DCMAKE_INSTALL_PREFIX:PATH="$$($($(1)_type)_prefix)" \
183183
-DCMAKE_INSTALL_LIBDIR=lib/ \
184184
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
185+
-DCMAKE_VERBOSE_MAKEFILE:BOOL=$(V) \
185186
$$($(1)_config_opts)
186187
ifeq ($($(1)_type),build)
187188
$(1)_cmake += -DCMAKE_INSTALL_RPATH:PATH="$$($($(1)_type)_prefix)/lib"

0 commit comments

Comments
 (0)