X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2Fcmake%2FMakefile;h=08e5a69ecfcf4b26b88f98b7715f8f0ac5706388;hb=796977010078c3ed4c2c1ff00e36d815b8c45aa0;hp=c56cd40fb5a92b5240cacd0138b89d51ff6f65c6;hpb=d6de31310cc1924ff077f4f143efa6496e3323aa;p=openwrt%2Fopenwrt.git diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index c56cd40fb5..08e5a69ecf 100644 --- a/tools/cmake/Makefile +++ b/tools/cmake/Makefile @@ -29,4 +29,8 @@ HOST_CONFIGURE_VARS := HOST_CONFIGURE_ARGS := \ --prefix=$(STAGING_DIR_HOST) +ifneq ($(findstring c,$(OPENWRT_VERBOSE)),) + HOST_MAKE_FLAGS += VERBOSE=1 +endif + $(eval $(call HostBuild))