summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-28 19:00:33 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-28 19:00:33 +0900
commit86431f5075d0495783776b0d7f162df387e7cde6 (patch)
tree5e021b2b94339804e450bbcf1cbec1654bb10a55 /common.mk
parent3497152515693cb3898bf3aea502f6e162ffe21f (diff)
Remove rubyspec temporary directories
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 449f032074..616276eb2a 100644
--- a/common.mk
+++ b/common.mk
@@ -823,7 +823,6 @@ test-spec: $(TEST_RUNNABLE)-test-spec
yes-test-spec: test-spec-precheck
$(gnumake_recursive)$(Q) \
$(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec $(MSPECOPT) $(SPECOPTS)
- $(RMDIR) rubyspec_temp
no-test-spec:
RUNNABLE = $(LIBRUBY_RELATIVE:no=un)-runnable