forked from OSchip/llvm-project
Makefile.unittest: cleanup may fail. Add '-' in the action.
llvm-svn: 197777
This commit is contained in:
parent
46e2343554
commit
798998a473
|
@ -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 '{}' \;
|
||||
|
||||
|
|
Loading…
Reference in New Issue