projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee50693
)
strip third arg (dir name) to Build/Configure/Default macro
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 22 Oct 2006 21:15:55 +0000
(21:15 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 22 Oct 2006 21:15:55 +0000
(21:15 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5261
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index
01781c7
..
5636b0b
100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-290,7
+290,7
@@
define Build/Prepare
endef
define Build/Configure/Default
- (cd $(PKG_BUILD_DIR)/$(
3
); \
+ (cd $(PKG_BUILD_DIR)/$(
strip $(3)
); \
if [ -x configure ]; then \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
This page took
0.023713 seconds
and
4
git commands to generate.