projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d491a71
)
host build: do not hide the configure command
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 25 Sep 2009 09:28:14 +0000
(09:28 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 25 Sep 2009 09:28:14 +0000
(09:28 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17716
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index
4bac680
..
2da41cc
100644
(file)
--- a/
include/host-build.mk
+++ b/
include/host-build.mk
@@
-54,7
+54,7
@@
HOST_CONFIGURE_ARGS = \
HOST_CONFIGURE_CMD = ./configure
define Host/Configure/Default
-
@
(cd $(HOST_BUILD_DIR)/$(3); \
+ (cd $(HOST_BUILD_DIR)/$(3); \
if [ -x configure ]; then \
$(CP) $(SCRIPT_DIR)/config.{guess,sub} $(HOST_BUILD_DIR)/$(3)/ && \
$(2) \
This page took
0.023962 seconds
and
4
git commands to generate.