From a9c66365c32fe1842c7991d1fecfb6dbf062d485 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 5 Oct 2006 10:50:24 +0000 Subject: [PATCH] remove ccache directory on distclean SVN-Revision: 4923 --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index c2538c2045..89ca7d38b6 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 + rm -rf dl .*config* .pkg* .prereq ccache_* .SILENT: clean dirclean distclean config-clean download world FORCE: ; -- 2.25.1