From 0359c6222e7253eed3c7a0e4b565c1d0608720e0 Mon Sep 17 00:00:00 2001 From: Mike Baker 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. SVN-Revision: 6849 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab4c4d57b6..05c4f450e1 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