From e3e20cce5c13a24acc80c4c9937cfdbc16739715 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 26 Mar 2007 22:01:47 +0000 Subject: [PATCH] Add a symlinkclean target to remove symlinks SVN-Revision: 6720 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2