Add a symlinkclean target to remove symlinks

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6720 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Florian Fainelli
2007-03-26 22:01:47 +00:00
parent 6e128a1a34
commit 0010a06cb8

View File

@@ -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