mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Ensure the cache directory to be shared exists
This commit is contained in:
parent
78b6eb9f9f
commit
0540df3ed7
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ update-gems: | $(patsubst %,gems/%.gem,$(BUNDLED_GEMS))
|
|||
test-bundler-precheck: | $(srcdir)/.bundle/cache
|
||||
|
||||
$(srcdir)/.bundle/cache:
|
||||
$(MAKEDIRS) $(@D)
|
||||
$(MAKEDIRS) $(@D) $(CACHE_DIR)
|
||||
$(LN_S) ../.downloaded-cache $@
|
||||
|
||||
gems/%.gem:
|
||||
|
|
Loading…
Add table
Reference in a new issue