mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
include: declare variables formerly set in tmp/.host.mk
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44272
This commit is contained in:
parent
9886084b94
commit
78f476ed02
6
rules.mk
6
rules.mk
@ -210,6 +210,12 @@ CP:=cp -fpR
|
||||
LN:=ln -sf
|
||||
XARGS:=xargs -r
|
||||
|
||||
BASH:=$(STAGING_DIR_HOST)/bin/bash
|
||||
TAR:=$(STAGING_DIR_HOST)/bin/tar
|
||||
FIND:=$(STAGING_DIR_HOST)/bin/find
|
||||
PATCH:=$(STAGING_DIR_HOST)/bin/patch
|
||||
PYTHON:=$(STAGING_DIR_HOST)/bin/python
|
||||
|
||||
INSTALL_BIN:=install -m0755
|
||||
INSTALL_DIR:=install -d -m0755
|
||||
INSTALL_DATA:=install -m0644
|
||||
|
Loading…
x
Reference in New Issue
Block a user