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

ruby-changes:54819

From: nobu <ko1@a...>
Date: Fri, 8 Feb 2019 18:49:56 +0900 (JST)
Subject: [ruby-changes:54819] nobu:r67038 (trunk): make-snapshot: try downloading Unicode files

nobu	2019-02-08 18:49:49 +0900 (Fri, 08 Feb 2019)

  New Revision: 67038

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67038

  Log:
    make-snapshot: try downloading Unicode files
    
    [Bug #15593]

  Modified files:
    trunk/tool/make-snapshot
Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 67037)
+++ tool/make-snapshot	(revision 67038)
@@ -398,7 +398,6 @@ def package(vcs, rev, destdir, tmp = nil https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L398
         "MAJOR"=>api_major_version,
         "MINOR"=>api_minor_version,
         "TEENY"=>version_teeny,
-        "ALWAYS_UPDATE_UNICODE"=>"yes",
       }
       status.scan(/^s([%,])@([A-Za-z_][A-Za-z_0-9]*)@\1(.*?)\1g$/) do
         vars[$2] ||= $3
@@ -411,15 +410,11 @@ def package(vcs, rev, destdir, tmp = nil https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L410
 
 prepare-package: prereq update-download clean-cache $(CLEAN_CACHE)
 clean-cache $(CLEAN_CACHE): after-update
-touch-unicode-files: _touch-unicode-files
-update-download:: touch-unicode-files
 update-download:: update-gems
 after-update:: extract-gems
 extract-gems: update-gems
 update-gems:
-_touch-unicode-files:
-	$(MAKEDIRS) $(UNICODE_SRC_DATA_DIR)
-	touch $(UNICODE_SRC_DATA_DIR)/.unicode-tables.time $(UNICODE_DATA_HEADERS)
+$(UNICODE_SRC_DATA_DIR)/.unicode-tables.time: update-unicode
       APPEND
       open(clean.add("Makefile"), "w") do |f|
         f.puts mk

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

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