Author: jow Date: 2015-02-05 17:57:18 +0100 (Thu, 05 Feb 2015) New Revision: 44272
Modified: trunk/rules.mk Log: include: declare variables formerly set in tmp/.host.mk Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/rules.mk =================================================================== --- trunk/rules.mk 2015-02-05 16:57:12 UTC (rev 44271) +++ trunk/rules.mk 2015-02-05 16:57:18 UTC (rev 44272) @@ -210,6 +210,12 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
