diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-03-26 22:01:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-03-26 22:01:47 +0000 |
commit | e3e20cce5c13a24acc80c4c9937cfdbc16739715 (patch) | |
tree | d9aa68165b0cf8a6fbae6b81bcbde00be85444ba /Makefile | |
parent | e25fff9a1451eea3f92284aab2b655f06e0f2cdc (diff) | |
download | upstream-e3e20cce5c13a24acc80c4c9937cfdbc16739715.tar.gz upstream-e3e20cce5c13a24acc80c4c9937cfdbc16739715.tar.bz2 upstream-e3e20cce5c13a24acc80c4c9937cfdbc16739715.zip |
Add a symlinkclean target to remove symlinks
SVN-Revision: 6720
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |