From 63c3f4a351d974754dd590798c5bc63fba1aa770 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 15 Mar 2011 19:58:32 +0000 Subject: build: move the CCACHE_DIR to the build targets so that it doesn't interfere with a host ccache setup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26181 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- rules.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'rules.mk') diff --git a/rules.mk b/rules.mk index c2b0dcaff..2d56c436e 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 -- cgit v1.2.3