mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 08:48:08 +00:00
build: support cmake verbose for host builds
Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
0de3da85fe
commit
9a2fbca30e
@ -4,6 +4,7 @@ PKG_INSTALL:=1
|
|||||||
|
|
||||||
ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
|
ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
|
||||||
MAKE_FLAGS+=VERBOSE=1
|
MAKE_FLAGS+=VERBOSE=1
|
||||||
|
HOST_MAKE_FLAGS+=VERBOSE=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CMAKE_BINARY_DIR = $(PKG_BUILD_DIR)$(if $(CMAKE_BINARY_SUBDIR),/$(CMAKE_BINARY_SUBDIR))
|
CMAKE_BINARY_DIR = $(PKG_BUILD_DIR)$(if $(CMAKE_BINARY_SUBDIR),/$(CMAKE_BINARY_SUBDIR))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user