mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
cmake: add support for V=cs
SVN-Revision: 31485
This commit is contained in:
parent
34ffb526a2
commit
b648860f9c
@ -1,6 +1,8 @@
|
|||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
MAKE_FLAGS+=VERBOSE=1
|
ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
|
||||||
|
MAKE_FLAGS+=VERBOSE=1
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_CCACHE),)
|
ifeq ($(CONFIG_CCACHE),)
|
||||||
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
||||||
|
Loading…
Reference in New Issue
Block a user