From: nbd Date: Thu, 5 Oct 2006 10:50:24 +0000 (+0000) Subject: remove ccache directory on distclean X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=f204c0275d8d04227ec5aaae31698f11cd4990b2;hp=d34d371ffc73957741e646ba8ba01dfffff50595 remove ccache directory on distclean git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4923 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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: ;