summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-03-26 22:09:00 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-03-26 22:09:00 +0000
commitc41e00ae34fdbf23c081c6439f2e689c55ae5ad6 (patch)
tree504b64ce6d1613641c5ce47909d99a73d49239da /Makefile
parente3e20cce5c13a24acc80c4c9937cfdbc16739715 (diff)
downloadmaster-31e0f0ae-c41e00ae34fdbf23c081c6439f2e689c55ae5ad6.tar.gz
master-31e0f0ae-c41e00ae34fdbf23c081c6439f2e689c55ae5ad6.tar.bz2
master-31e0f0ae-c41e00ae34fdbf23c081c6439f2e689c55ae5ad6.zip
Add some more clean targets
SVN-Revision: 6721
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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
%: ;