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

ruby-changes:37210

From: nobu <ko1@a...>
Date: Sat, 17 Jan 2015 11:42:46 +0900 (JST)
Subject: [ruby-changes:37210] nobu:r49291 (trunk): make-snapshot: extract gems

nobu	2015-01-17 11:42:31 +0900 (Sat, 17 Jan 2015)

  New Revision: 49291

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

  Log:
    make-snapshot: extract gems
    
    * tool/make-snapshot (package): extract bundled gems for package.

  Modified files:
    trunk/tool/make-snapshot
Index: tool/make-snapshot
===================================================================
--- tool/make-snapshot	(revision 49290)
+++ tool/make-snapshot	(revision 49291)
@@ -301,6 +301,7 @@ def package(vcs, rev, destdir, tmp = nil https://github.com/ruby/ruby/blob/trunk/tool/make-snapshot#L301
       IO.popen(cmd, "w") do |f|
         f.puts mk
         f.puts "after-update::", "clean-cache $(CLEAN_CACHE): after-update", "prereq: clean-cache $(CLEAN_CACHE)"
+        f.puts "extract-gems:", "after-update:: extract-gems"
       end
       clean.push("rbconfig.rb", ".rbconfig.time", "enc.mk")
       print "prerequisites"

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

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