clean scripts/config on distclean
SVN-Revision: 3912
This commit is contained in:
parent
de93bede13
commit
43313bdaab
1 changed files with 2 additions and 2 deletions
|
@ -98,10 +98,10 @@ world: ./scripts/config/conf FORCE
|
|||
clean: FORCE
|
||||
rm -rf build_* bin
|
||||
|
||||
dirclean: clean FORCE
|
||||
dirclean: clean
|
||||
rm -rf staging_dir_* toolchain_build_*
|
||||
|
||||
distclean: dirclean FORCE
|
||||
distclean: dirclean config-clean
|
||||
rm -rf dl .*config* .pkg*
|
||||
|
||||
.PHONY: FORCE
|
||||
|
|
Loading…
Reference in a new issue