aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-03-26 22:01:47 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-03-26 22:01:47 +0000
commit0010a06cb8f44ae3942710695db173b01f70ec8c (patch)
tree1ca4aa49dd551954269b24225cdc4398c2872158 /Makefile
parent6e128a1a34c5fb65299b03295d981db8a8397fe0 (diff)
downloadmaster-187ad058-0010a06cb8f44ae3942710695db173b01f70ec8c.tar.gz
master-187ad058-0010a06cb8f44ae3942710695db173b01f70ec8c.tar.bz2
master-187ad058-0010a06cb8f44ae3942710695db173b01f70ec8c.zip
Add a symlinkclean target to remove symlinks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6720 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f6d4fff3ab..27e580635f 100644
--- a/Makefile
+++ b/Makefile
@@ -190,6 +190,9 @@ doc:
docclean:
$(MAKE) -C docs/ clean
+symlinkclean:
+ find package -type l | xargs rm -f
+
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;
.PHONY: FORCE help