mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
add INSTALL_BIN, INSTALL_DIR, INSTALL_DATA variables
SVN-Revision: 5619
This commit is contained in:
parent
e8c11142aa
commit
392966798b
4
rules.mk
4
rules.mk
@ -58,6 +58,10 @@ PATCH:=$(SCRIPT_DIR)/patch-kernel.sh
|
|||||||
SED:=$(STAGING_DIR)/bin/sed -i -e
|
SED:=$(STAGING_DIR)/bin/sed -i -e
|
||||||
CP:=cp -fpR
|
CP:=cp -fpR
|
||||||
|
|
||||||
|
INSTALL_BIN:=install -m0755
|
||||||
|
INSTALL_DIR:=install -d -m0755
|
||||||
|
INSTALL_DATA:=install -m0644
|
||||||
|
|
||||||
ifneq ($(CONFIG_CCACHE),)
|
ifneq ($(CONFIG_CCACHE),)
|
||||||
# FIXME: move this variable to a better location
|
# FIXME: move this variable to a better location
|
||||||
export CCACHE_DIR=$(STAGING_DIR)/ccache
|
export CCACHE_DIR=$(STAGING_DIR)/ccache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user