summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-11-30 16:55:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-11-30 18:27:46 +0900
commitb4e21ce25cfa6bf8a04cdeba8875215c5aabfaf1 (patch)
tree4855518d4f4b5e6ac76e74ac89a48227844d4ca1
parentd92f427d5ae71da27028770d5c1bd6747d64b6ec (diff)
Clean temproray directory created by test-spec
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 67c737fd92..14e5ca8dce 100644
--- a/common.mk
+++ b/common.mk
@@ -732,6 +732,7 @@ RUBYSPEC_CAPIEXT = spec/ruby/optional/capi/ext
clean-spec: PHONY
-$(Q) $(RM) $(RUBYSPEC_CAPIEXT)/*.$(OBJEXT) $(RUBYSPEC_CAPIEXT)/*.$(DLEXT)
-$(Q) $(RMDIRS) $(RUBYSPEC_CAPIEXT) 2> $(NULL) || $(NULLCMD)
+ -$(Q) $(RMALL) rubyspec_temp
check: main test test-tool test-all test-spec
$(ECHO) check succeeded