projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix invalid fd warning on mac os x
[openwrt.git]
/
rules.mk
diff --git
a/rules.mk
b/rules.mk
index
b9859db
..
be269e7
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-84,6
+84,7
@@
RSTRIP:= \
# where to build (and put) .ipk packages
IPKG:= \
+ PATH="$(STAGING_DIR)/bin:$(PATH)" \
IPKG_TMP=$(BUILD_DIR)/tmp \
IPKG_INSTROOT=$(TARGET_DIR) \
IPKG_CONF_DIR=$(STAGING_DIR)/etc \
This page took
0.021491 seconds
and
4
git commands to generate.