From a7b8d6784eb68e82dfd13a37b0f12e80216065a1 Mon Sep 17 00:00:00 2001 From: mbm Date: Tue, 3 Apr 2007 11:56:08 +0000 Subject: Using find's -exec to remove directories causes 'not found' errors when find tries to search the removed directory. Hopefully fixed now. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6849 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab4c4d57b..05c4f450e 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ docclean: $(MAKE) -C docs/ clean symlinkclean: - find package -type l -exec rm -f {} \; + find package -type l -exec rm -f {} + .SILENT: clean dirclean distclean symlinkclean config-clean download world FORCE: ; -- cgit v1.2.3