X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=rules.mk;h=a5934684863098ccc70f0a0ac8d8f739443b29d5;hb=8ccebecaa12144bcdf49fa5dcfa3fb5411b060cf;hp=d52539f3f2b80b0d6a5fd1521a31685720570104;hpb=6a4d5cb670bf87b6ec0a533b90c9cfad29f51cb4;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/rules.mk b/rules.mk index d52539f3f2..a593468486 100644 --- 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