aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-09 18:17:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-09 18:17:53 +0000
commitf00668fe9fc1a6015abacdd238f26b31b8555767 (patch)
tree1a41eaf8ef0843a4c28314ba22b16ad625089e16 /Makefile
parent5081feb90fcc5070f0d2585103eacf397db4424c (diff)
downloadupstream-f00668fe9fc1a6015abacdd238f26b31b8555767.tar.gz
upstream-f00668fe9fc1a6015abacdd238f26b31b8555767.tar.bz2
upstream-f00668fe9fc1a6015abacdd238f26b31b8555767.zip
move ccache dir to staging_dir_arch (removing the staging dir will make the ccache ineffective anyway)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4999 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89ca7d38b6..ed1e34db47 100644
--- a/Makefile
+++ b/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: ;