Add some more clean targets
SVN-Revision: 6721
This commit is contained in:
parent
e3e20cce5c
commit
c41e00ae34
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -178,7 +178,7 @@ clean: FORCE
|
||||||
dirclean: clean
|
dirclean: clean
|
||||||
rm -rf staging_dir_* toolchain_build_* tool_build
|
rm -rf staging_dir_* toolchain_build_* tool_build
|
||||||
|
|
||||||
distclean: dirclean config-clean
|
distclean: dirclean config-clean symlinkclean docclean
|
||||||
rm -rf dl
|
rm -rf dl
|
||||||
|
|
||||||
help:
|
help:
|
||||||
|
@ -193,7 +193,7 @@ docclean:
|
||||||
symlinkclean:
|
symlinkclean:
|
||||||
find package -type l | xargs rm -f
|
find package -type l | xargs rm -f
|
||||||
|
|
||||||
.SILENT: clean dirclean distclean config-clean download world
|
.SILENT: clean dirclean distclean symlinkclean config-clean download world
|
||||||
FORCE: ;
|
FORCE: ;
|
||||||
.PHONY: FORCE help
|
.PHONY: FORCE help
|
||||||
%: ;
|
%: ;
|
||||||
|
|
Loading…
Reference in a new issue