From: Florian Fainelli Date: Mon, 26 Mar 2007 22:09:00 +0000 (+0000) Subject: Add some more clean targets X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=c41e00ae34fdbf23c081c6439f2e689c55ae5ad6 Add some more clean targets SVN-Revision: 6721 --- diff --git a/Makefile b/Makefile index 27e580635f..718053e006 100644 --- a/Makefile +++ b/Makefile @@ -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 %: ;