aboutsummaryrefslogtreecommitdiffstats
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
commitcf15017660fdce9a5bf98b185515e64a7f279a97 (patch)
tree32ccfa397045bcee454bf083eb162e561af6a746 /Makefile
parent0010a06cb8f44ae3942710695db173b01f70ec8c (diff)
downloadmaster-187ad058-cf15017660fdce9a5bf98b185515e64a7f279a97.tar.gz
master-187ad058-cf15017660fdce9a5bf98b185515e64a7f279a97.tar.bz2
master-187ad058-cf15017660fdce9a5bf98b185515e64a7f279a97.zip
Add some more clean targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6721 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
%: ;