projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
023fb63
)
remove uneeded PATH setting in ipkg invocation
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 3 Sep 2007 05:50:05 +0000
(
05:50
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 3 Sep 2007 05:50:05 +0000
(
05:50
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8580
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
3885a86
..
aa78146
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-97,8
+97,8
@@
TARGET_CONFIGURE_OPTS:= \
RANLIB=$(TARGET_CROSS)ranlib \
STRIP=$(TARGET_CROSS)strip \
OBJCOPY=$(TARGET_CROSS)objcopy \
-
OBJDUMP=$(TARGET_CROSS)objdump \
-
SIZE=$(TARGET_CROSS)size
+ OBJDUMP=$(TARGET_CROSS)objdump \
+ SIZE=$(TARGET_CROSS)size
# strip an entire directory
RSTRIP:= \
@@
-109,7
+109,6
@@
RSTRIP:= \
# where to build (and put) .ipk packages
IPKG:= \
- PATH="$(STAGING_DIR_HOST)/bin:$(PATH)" \
IPKG_TMP=$(TMP_DIR)/ipkg \
IPKG_INSTROOT=$(TARGET_DIR) \
IPKG_CONF_DIR=$(STAGING_DIR)/etc \
This page took
0.025836 seconds
and
4
git commands to generate.