From: Felix Fietkau Date: Tue, 14 Apr 2015 00:00:55 +0000 (+0000) Subject: build: set CCACHE_DIR for host builds X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b806c2d40b7fd8afffb3ba7d556da60ee3911b50;p=openwrt%2Fsvn-archive%2Farchive.git build: set CCACHE_DIR for host builds Signed-off-by: Felix Fietkau SVN-Revision: 45427 --- diff --git a/include/host-build.mk b/include/host-build.mk index 2f3c53d098..760d38b371 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -131,6 +131,7 @@ define Host/Exports/Default $(1) : export STAGING_PREFIX=$$(STAGING_DIR_HOST) $(1) : export PKG_CONFIG_PATH=$$(STAGING_DIR_HOST)/lib/pkgconfig $(1) : export PKG_CONFIG_LIBDIR=$$(STAGING_DIR_HOST)/lib/pkgconfig + $(1) : export CCACHE_DIR:=$(STAGING_DIR_HOST)/ccache endef Host/Exports=$(Host/Exports/Default)