Skip to content
Snippets Groups Projects
Commit 1162d6b7 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

rules.mk: use relative paths for BASH, TAR, FIND, PATCH, PYTHON


Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44294
parent 188032c8
No related branches found
No related tags found
No related merge requests found
...@@ -210,11 +210,11 @@ CP:=cp -fpR ...@@ -210,11 +210,11 @@ CP:=cp -fpR
LN:=ln -sf LN:=ln -sf
XARGS:=xargs -r XARGS:=xargs -r
BASH:=$(STAGING_DIR_HOST)/bin/bash BASH:=bash
TAR:=$(STAGING_DIR_HOST)/bin/tar TAR:=tar
FIND:=$(STAGING_DIR_HOST)/bin/find FIND:=find
PATCH:=$(STAGING_DIR_HOST)/bin/patch PATCH:=patch
PYTHON:=$(STAGING_DIR_HOST)/bin/python PYTHON:=python
INSTALL_BIN:=install -m0755 INSTALL_BIN:=install -m0755
INSTALL_DIR:=install -d -m0755 INSTALL_DIR:=install -d -m0755
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment