1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 11:13:53 +02:00

cmake: add support for V=cs

SVN-Revision: 31485
This commit is contained in:
Felix Fietkau 2012-04-26 17:54:03 +00:00
parent 34ffb526a2
commit b648860f9c

View File

@ -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),)