Makefile.unittest: cleanup may fail. Add '-' in the action.

llvm-svn: 197777
This commit is contained in:
NAKAMURA Takumi 2013-12-20 04:20:23 +00:00
parent 46e2343554
commit 798998a473
1 changed files with 1 additions and 1 deletions

View File

@ -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 '{}' \;