Skip to content

Commit 9310015

Browse files
committed
make deletion of test libs use -rf so it works on mac
1 parent c0d6179 commit 9310015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ cleantestlibs:
8282
-name '*.dSYM' -o \
8383
-name '*.out' -o \
8484
-name '*.err' \
85-
| xargs rm -f
85+
| xargs rm -rf
8686

8787
check: cleantestlibs cleantmptestlogs tidy all check-stage2
8888
$(Q)$(S)src/etc/check-summary.py tmp/*.log

0 commit comments

Comments
 (0)