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

ruby-changes:60627

From: Nobuyoshi <ko1@a...>
Date: Thu, 2 Apr 2020 22:30:37 +0900 (JST)
Subject: [ruby-changes:60627] 0540df3ed7 (master): Ensure the cache directory to be shared exists

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

From 0540df3ed71d0d595f06e9b62e5931c14b9b4fb3 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Thu, 2 Apr 2020 22:30:17 +0900
Subject: Ensure the cache directory to be shared exists


diff --git a/defs/gmake.mk b/defs/gmake.mk
index 0b9d47a..c28d49c 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -251,7 +251,7 @@ update-gems: | $(patsubst %,gems/%.gem,$(BUNDLED_GEMS)) https://github.com/ruby/ruby/blob/trunk/defs/gmake.mk#L251
 test-bundler-precheck: | $(srcdir)/.bundle/cache
 
 $(srcdir)/.bundle/cache:
-	$(MAKEDIRS) $(@D)
+	$(MAKEDIRS) $(@D) $(CACHE_DIR)
 	$(LN_S) ../.downloaded-cache $@
 
 gems/%.gem:
-- 
cgit v0.10.2


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

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