projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b74bce2
)
add INSTALL_BIN, INSTALL_DIR, INSTALL_DATA variables
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 22 Nov 2006 23:05:54 +0000
(23:05 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 22 Nov 2006 23:05:54 +0000
(23:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5619
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index
d52539f
..
a593468
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-58,6
+58,10
@@
PATCH:=$(SCRIPT_DIR)/patch-kernel.sh
SED:=$(STAGING_DIR)/bin/sed -i -e
CP:=cp -fpR
+INSTALL_BIN:=install -m0755
+INSTALL_DIR:=install -d -m0755
+INSTALL_DATA:=install -m0644
+
ifneq ($(CONFIG_CCACHE),)
# FIXME: move this variable to a better location
export CCACHE_DIR=$(STAGING_DIR)/ccache
This page took
0.02993 seconds
and
4
git commands to generate.