Explorar el Código

cmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands in a verbose openwrt build.

SVN-Revision: 25376
Michael Büsch hace 15 años
padre
commit
6da37f79c5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      include/cmake.mk

+ 2 - 0
include/cmake.mk

@@ -1,5 +1,7 @@
 PKG_INSTALL:=1
 
+MAKE_FLAGS+=VERBOSE=1
+
 define Build/Configure/Default
 	(cd $(PKG_BUILD_DIR); \
 		CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \