From: Jo-Philipp Wich Date: Thu, 5 Feb 2015 16:57:18 +0000 (+0000) Subject: include: declare variables formerly set in tmp/.host.mk X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fjow.git;a=commitdiff_plain;h=78f476ed025db36a801c1bfeff025444ac1d702d include: declare variables formerly set in tmp/.host.mk Signed-off-by: Jo-Philipp Wich SVN-Revision: 44272 --- diff --git a/rules.mk b/rules.mk index 70768f055d..e5f681aeb2 100644 --- a/rules.mk +++ b/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