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

ruby-changes:41515

From: nobu <ko1@a...>
Date: Tue, 19 Jan 2016 14:40:35 +0900 (JST)
Subject: [ruby-changes:41515] nobu:r53589 (trunk): make-snapshot: remove Unicode data

nobu	2016-01-19 14:41:11 +0900 (Tue, 19 Jan 2016)

  New Revision: 53589

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

  Log:
    make-snapshot: remove Unicode data
    
    * make-snapshot: remove Unicode data files, which are not
      necessary once all source have been generated.

  Modified files:
    trunk/tool/make-snapshot
Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 53588)
+++ tool/make-snapshot	(revision 53589)
@@ -257,6 +257,7 @@ def package(vcs, rev, destdir, tmp = nil https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L257
       puts " done"
     end
     clean.add("autom4te.cache")
+    clean.add("enc/unicode/data")
     print "creating prerequisites..."
     if File.file?("common.mk") && /^prereq/ =~ commonmk = IO.read("common.mk")
       puts

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

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