From: Felix Fietkau Date: Wed, 22 Nov 2006 23:05:54 +0000 (+0000) Subject: add INSTALL_BIN, INSTALL_DIR, INSTALL_DATA variables X-Git-Tag: reboot~30392 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=392966798babed140db8ff7266633d65add2edd6 add INSTALL_BIN, INSTALL_DIR, INSTALL_DATA variables SVN-Revision: 5619 --- 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