diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-05 10:50:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-05 10:50:24 +0000 |
commit | a9c66365c32fe1842c7991d1fecfb6dbf062d485 (patch) | |
tree | 02e1b5f79da1a02d5e8a44bfd12df3058a2a0d8d | |
parent | 77003aeed97cbaac083ae2e0d4a12594b0b5a968 (diff) | |
download | upstream-a9c66365c32fe1842c7991d1fecfb6dbf062d485.tar.gz upstream-a9c66365c32fe1842c7991d1fecfb6dbf062d485.tar.bz2 upstream-a9c66365c32fe1842c7991d1fecfb6dbf062d485.zip |
remove ccache directory on distclean
SVN-Revision: 4923
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: ; |