aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-05 10:50:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-05 10:50:24 +0000
commit2e21594a3380f252de0850a3b3eec7c6660e4670 (patch)
tree1c96fa4cdc4925921bfe28d10d2957755f8c658b /Makefile
parentbb91b8c2fa2fb3fd2ff248e2b3626bc333bd5eff (diff)
downloadmaster-187ad058-2e21594a3380f252de0850a3b3eec7c6660e4670.tar.gz
master-187ad058-2e21594a3380f252de0850a3b3eec7c6660e4670.tar.bz2
master-187ad058-2e21594a3380f252de0850a3b3eec7c6660e4670.zip
remove ccache directory on distclean
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4923 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 c2538c2045..89ca7d38b6 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
+ rm -rf dl .*config* .pkg* .prereq ccache_*
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;