diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-10-09 18:17:53 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-09 18:17:53 +0000 |
| commit | 05cdabed622a0a9253325ad170719f88935a2d5e (patch) | |
| tree | 34eab208420d193a4052effff040703407a0a7df /openwrt | |
| parent | d8c27b90f30073936e0f6ee532027ec86bec31bb (diff) | |
| download | mtk-20170518-05cdabed622a0a9253325ad170719f88935a2d5e.zip mtk-20170518-05cdabed622a0a9253325ad170719f88935a2d5e.tar.gz mtk-20170518-05cdabed622a0a9253325ad170719f88935a2d5e.tar.bz2 | |
move ccache dir to staging_dir_arch (removing the staging dir will make the ccache ineffective anyway)
SVN-Revision: 4999
Diffstat (limited to 'openwrt')
| -rw-r--r-- | openwrt/Makefile | 2 | ||||
| -rw-r--r-- | openwrt/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index 89ca7d3..ed1e34d 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -132,7 +132,7 @@ dirclean: clean rm -rf staging_dir_* toolchain_build_* tool_build distclean: dirclean config-clean - rm -rf dl .*config* .pkg* .prereq ccache_* + rm -rf dl .*config* .pkg* .prereq .SILENT: clean dirclean distclean config-clean download world FORCE: ; diff --git a/openwrt/rules.mk b/openwrt/rules.mk index eebc758..0ec5daf 100644 --- a/openwrt/rules.mk +++ b/openwrt/rules.mk @@ -60,7 +60,7 @@ CP:=cp -fpR ifneq ($(CONFIG_CCACHE),) # FIXME: move this variable to a better location - export CCACHE_DIR=$(TOPDIR)/ccache_$(ARCH) + export CCACHE_DIR=$(STAGING_DIR)/ccache TARGET_CC:= ccache $(TARGET_CC) endif |
