summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-05 10:50:24 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-05 10:50:24 +0000
commitf204c0275d8d04227ec5aaae31698f11cd4990b2 (patch)
tree1c96fa4cdc4925921bfe28d10d2957755f8c658b /Makefile
parentd34d371ffc73957741e646ba8ba01dfffff50595 (diff)
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 c2538c204..89ca7d38b 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: ;