summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-03-15 19:58:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-03-15 19:58:32 +0000
commit73c1dd947351573567541b34186aa381f6546bd8 (patch)
tree1969b3157139114703dcdd4798d32c91d3f651be /rules.mk
parent784d808d07e2ba15a88ee53f6f7106c0969d2d2a (diff)
downloadmtk-20170518-73c1dd947351573567541b34186aa381f6546bd8.zip
mtk-20170518-73c1dd947351573567541b34186aa381f6546bd8.tar.gz
mtk-20170518-73c1dd947351573567541b34186aa381f6546bd8.tar.bz2
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 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules.mk b/rules.mk
index c2b0dca..2d56c43 100644
--- a/rules.mk
+++ b/rules.mk
@@ -178,8 +178,6 @@ INSTALL_DATA:=install -m0644
INSTALL_CONF:=install -m0600
ifneq ($(CONFIG_CCACHE),)
- # FIXME: move this variable to a better location
- export CCACHE_DIR=$(STAGING_DIR)/ccache
TARGET_CC:= ccache $(TARGET_CC)
TARGET_CXX:= ccache $(TARGET_CXX)
endif