diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-15 19:58:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-15 19:58:32 +0000 |
commit | 73c1dd947351573567541b34186aa381f6546bd8 (patch) | |
tree | 1969b3157139114703dcdd4798d32c91d3f651be /include/package.mk | |
parent | 784d808d07e2ba15a88ee53f6f7106c0969d2d2a (diff) | |
download | upstream-73c1dd947351573567541b34186aa381f6546bd8.tar.gz upstream-73c1dd947351573567541b34186aa381f6546bd8.tar.bz2 upstream-73c1dd947351573567541b34186aa381f6546bd8.zip |
build: move the CCACHE_DIR to the build targets so that it doesn't interfere with a host ccache setup
SVN-Revision: 26181
Diffstat (limited to 'include/package.mk')
-rw-r--r-- | include/package.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package.mk b/include/package.mk index 1cf4d64cc9..2ebd66d119 100644 --- a/include/package.mk +++ b/include/package.mk @@ -90,6 +90,7 @@ define Build/Exports/Default $(1) : export CONFIG_SITE:=$$(CONFIG_SITE) $(1) : export PKG_CONFIG_PATH:=$$(PKG_CONFIG_PATH) $(1) : export PKG_CONFIG_LIBDIR:=$$(PKG_CONFIG_PATH) + $(1) : export CCACHE_DIR:=$(STAGING_DIR)/ccache endef Build/Exports=$(Build/Exports/Default) |