[openwrt/openwrt] build: support cmake verbose for host builds
LEDE Commits
lede-commits at lists.infradead.org
Sat Nov 14 09:22:22 EST 2020
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d31da371ac2ac2162c41fb6071ddbebccb44f6b0
commit d31da371ac2ac2162c41fb6071ddbebccb44f6b0
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sat Nov 14 14:34:30 2020 +0100
build: support cmake verbose for host builds
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
include/cmake.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/cmake.mk b/include/cmake.mk
index 9dd95f5a64..fec6da22ef 100644
--- a/include/cmake.mk
+++ b/include/cmake.mk
@@ -4,6 +4,7 @@ PKG_INSTALL:=1
ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
MAKE_FLAGS+=VERBOSE=1
+ HOST_MAKE_FLAGS+=VERBOSE=1
endif
CMAKE_BINARY_DIR = $(PKG_BUILD_DIR)$(if $(CMAKE_BINARY_SUBDIR),/$(CMAKE_BINARY_SUBDIR))
More information about the lede-commits
mailing list