ruby-changes:55921
From: Nobuyoshi <ko1@a...>
Date: Thu, 30 May 2019 23:25:49 +0900 (JST)
Subject: [ruby-changes:55921] Nobuyoshi Nakada: ab0c8cc021 (trunk): Touch Unicode headers and the timestamp before packaging
https://git.ruby-lang.org/ruby.git/commit/?id=ab0c8cc021 From ab0c8cc021b26712c9af9b1309244b7d930c9dfa Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Thu, 30 May 2019 22:57:49 +0900 Subject: Touch Unicode headers and the timestamp before packaging Not to download Unicode data files at building from the packages. diff --git a/tool/make-snapshot b/tool/make-snapshot index 423a4a4..57eb195 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -406,13 +406,15 @@ def package(vcs, rev, destdir, tmp = nil) https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L406 mk << commonmk.gsub(/\{\$([^(){}]*)[^{}]*\}/, "") mk << <<-'APPEND' +prepare-package: touch-unicode-files prepare-package: prereq update-download clean-cache $(CLEAN_CACHE) clean-cache $(CLEAN_CACHE): after-update update-download:: update-gems after-update:: extract-gems extract-gems: update-gems update-gems: -$(UNICODE_SRC_DATA_DIR)/.unicode-tables.time: update-unicode +$(UNICODE_SRC_DATA_DIR)/.unicode-tables.time: +touch-unicode-files: APPEND open(clean.add("Makefile"), "w") do |f| f.puts mk -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/