rules.mk: export STAGING_DIR_HOST to sub-makefiles and shells
authorFelix Fietkau <nbd@openwrt.org>
Sat, 7 Nov 2015 12:52:07 +0000 (12:52 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 7 Nov 2015 12:52:07 +0000 (12:52 +0000)
commit031a051260d42b416a5563ab40345208cac3f224
treeb7b7643f4722703c8e708b0c72b76bb7952be679
parent8d24b7dbe83798195c07cadce179540ca681ef90
rules.mk: export STAGING_DIR_HOST to sub-makefiles and shells

Certains host packages (like quilt) need to know the previously used
install location at run-time. They currently use $STAGING_DIR, which
causes issues on cleaned environment, where $STAGING_DIR doesn't exist
yet.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 47409
rules.mk