1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 04:14:43 +01:00

Add some more clean targets

SVN-Revision: 6721
This commit is contained in:
Florian Fainelli 2007-03-26 22:09:00 +00:00
parent e3e20cce5c
commit c41e00ae34

@ -178,7 +178,7 @@ clean: FORCE
dirclean: clean
rm -rf staging_dir_* toolchain_build_* tool_build
distclean: dirclean config-clean
distclean: dirclean config-clean symlinkclean docclean
rm -rf dl
help:
@ -193,7 +193,7 @@ docclean:
symlinkclean:
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: ;
.PHONY: FORCE help
%: ;