Propagate verbosity to the BUILD_ACTION make
This commit is contained in:
parent
ebd8637de4
commit
545f22568a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ CONFIGURE_FLAGS+= CFLAGS=-D_LINUX_SOURCE_COMPAT
|
|||
CONFIGURE_FLAGS+= --build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)
|
||||
.ENDIF
|
||||
|
||||
BUILD_ACTION=make
|
||||
BUILD_ACTION=make $(eq,$(VERBOSE),TRUE V=1)
|
||||
|
||||
OUT2LIB=$(BUILD_DIR)$/src$/.libs$/libexttextcat.a
|
||||
|
||||
|
|
Loading…
Reference in a new issue