projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6e8da3
)
cmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands in a...
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 5 Feb 2011 19:50:54 +0000
(19:50 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 5 Feb 2011 19:50:54 +0000
(19:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25376
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/cmake.mk
patch
|
blob
|
history
diff --git
a/include/cmake.mk
b/include/cmake.mk
index
590d3f5
..
09a0a24
100644
(file)
--- a/
include/cmake.mk
+++ b/
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)" \
This page took
0.025201 seconds
and
4
git commands to generate.