1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 16:10:39 +02:00

remove ccache directory on distclean

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4923 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-10-05 10:50:24 +00:00
parent d34d371ffc
commit f204c0275d

View File

@ -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: ;