[前][次][番号順一覧][スレッド一覧]

ruby-changes:60927

From: Nobuyoshi <ko1@a...>
Date: Tue, 28 Apr 2020 15:06:20 +0900 (JST)
Subject: [ruby-changes:60927] 3497152515 (master): Remove rubyspec temporary directory

https://git.ruby-lang.org/ruby.git/commit/?id=3497152515

From 3497152515693cb3898bf3aea502f6e162ffe21f Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 28 Apr 2020 15:05:59 +0900
Subject: Remove rubyspec temporary directory


diff --git a/common.mk b/common.mk
index 616276e..449f032 100644
--- a/common.mk
+++ b/common.mk
@@ -823,6 +823,7 @@ test-spec: $(TEST_RUNNABLE)-test-spec https://github.com/ruby/ruby/blob/trunk/common.mk#L823
 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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]