Add a symlinkclean target to remove symlinks

SVN-Revision: 6720
This commit is contained in:
Florian Fainelli 2007-03-26 22:01:47 +00:00
parent e25fff9a14
commit e3e20cce5c

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