From e9e7e2cc70dfa3400109d0ba439a0a9e717074a0 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 20 Dec 2013 04:20:23 +0000 Subject: Makefile.unittest: cleanup may fail. Add '-' in the action. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197777 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Makefile.unittest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unittests') diff --git a/unittests/Makefile.unittest b/unittests/Makefile.unittest index bf3179d3f2..695bee6d89 100644 --- a/unittests/Makefile.unittest +++ b/unittests/Makefile.unittest @@ -18,7 +18,7 @@ endif # Clean up out-of-tree stray unittests for Lit not to pick one up. .PHONY: cleanup-local cleanup-local: - $(Verb) $(FIND) $(filter-out $(PARALLEL_DIRS), $(wildcard *)) -type f \ + -$(Verb) $(FIND) $(filter-out $(PARALLEL_DIRS), $(wildcard *)) -type f \ -path '*/$(BuildMode)/*Tests$(EXEEXT)' \ -exec rm -f '{}' \; -- cgit v1.2.3