mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +02:00
cmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands in a verbose openwrt build.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25376 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e6e8da3aaa
commit
992c7a513a
@ -1,5 +1,7 @@
|
||||
PKG_INSTALL:=1
|
||||
|
||||
MAKE_FLAGS+=VERBOSE=1
|
||||
|
||||
define Build/Configure/Default
|
||||
(cd $(PKG_BUILD_DIR); \
|
||||
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \
|
||||
|
Loading…
Reference in New Issue
Block a user