don't delete .svn on distclean
SVN-Revision: 3898
This commit is contained in:
parent
0cde379fb9
commit
a9911c5adc
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ dirclean: clean FORCE
|
||||||
rm -rf staging_dir_* toolchain_build_*
|
rm -rf staging_dir_* toolchain_build_*
|
||||||
|
|
||||||
distclean: dirclean FORCE
|
distclean: dirclean FORCE
|
||||||
rm -rf .* dl
|
rm -rf dl .*config* .pkg*
|
||||||
|
|
||||||
.PHONY: FORCE
|
.PHONY: FORCE
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|
Loading…
Reference in a new issue