mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
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
This commit is contained in:
parent
ff37ddf185
commit
e9e7e2cc70
@ -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
Block a user