mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Resolve symlinks to cache directory under gems
This commit is contained in:
parent
ff7c95dfd9
commit
b578c63f83
1 changed files with 4 additions and 0 deletions
|
@ -422,6 +422,10 @@ extract-gems: update-gems
|
|||
update-gems:
|
||||
$(UNICODE_SRC_DATA_DIR)/.unicode-tables.time:
|
||||
touch-unicode-files:
|
||||
APPEND
|
||||
mk << <<-APPEND
|
||||
after-update::
|
||||
\t$(Q) $(RUNRUBY) -C gems -e 'Dir.glob("*") {|f|File.rename(File.readlink(f), f) rescue nil}'
|
||||
APPEND
|
||||
open(clean.add("Makefile"), "w") do |f|
|
||||
f.puts mk
|
||||
|
|
Loading…
Add table
Reference in a new issue