summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-26 22:01:47 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-26 22:01:47 +0000
commit4989e68c6dfeff2ed30e094440989e6bb496a0ed (patch)
tree1ca4aa49dd551954269b24225cdc4398c2872158 /Makefile
parentc4d54fb8919c019077cf8afc8b5e8a6e407a9f36 (diff)
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 f6d4fff3a..27e580635 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