ruby-changes:54836
From: nobu <ko1@a...>
Date: Tue, 12 Feb 2019 21:15:36 +0900 (JST)
Subject: [ruby-changes:54836] nobu:r67055 (trunk): Replace versioned Unicode header paths with UNICODE_HDR_DIR
nobu 2019-02-12 21:15:30 +0900 (Tue, 12 Feb 2019) New Revision: 67055 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67055 Log: Replace versioned Unicode header paths with UNICODE_HDR_DIR Modified files: trunk/tool/update-deps Index: tool/update-deps =================================================================== --- tool/update-deps (revision 67054) +++ tool/update-deps (revision 67055) @@ -205,6 +205,7 @@ def in_makefile(target, source) https://github.com/ruby/ruby/blob/trunk/tool/update-deps#L205 when *FILES_SAME_NAME_TOP then source2 = "$(top_srcdir)/#{source}" when %r{\A\.ext/include/[^/]+/ruby/} then source2 = $' when %r{\Ainclude/ruby/} then source2 = $' + when %r{\Aenc/unicode/[\d.]+/} then source2 = '$(UNICODE_HDR_DIR)/' + $' when %r{\Aenc/} then source2 = source else source2 = "$(top_srcdir)/#{source}" end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/