remove ccache directory on distclean
SVN-Revision: 4923
This commit is contained in:
parent
77003aeed9
commit
a9c66365c3
1 changed files with 1 additions and 1 deletions
|
@ -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: ;
|
||||
|
|
Loading…
Reference in a new issue