projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b41e800
)
change defaults to check for configure script (avoids defining a null rule otherwise)
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 9 May 2006 23:32:56 +0000
(23:32 +0000)
committer
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 9 May 2006 23:32:56 +0000
(23:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3747
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/rules.mk
patch
|
blob
|
history
diff --git
a/package/rules.mk
b/package/rules.mk
index
17f6c61
..
3f79b9f
100644
(file)
--- a/
package/rules.mk
+++ b/
package/rules.mk
@@
-188,6
+188,7
@@
endef
define Build/Configure/Default
(cd $(PKG_BUILD_DIR); \
+ [ -x configure ] && \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
./configure \
This page took
0.020242 seconds
and
4
git commands to generate.