summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-17 02:42:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-17 02:42:31 +0000
commitf93a6aaae136e94ba2af53a4e4e7c9b86674d673 (patch)
treee7e6ed87c89ffd71d8f026eff2824aa72922b5ed /tool/make-snapshot
parent84c181a6e3d3be8199f5867880bb9630a67b5c34 (diff)
make-snapshot: extract gems
* tool/make-snapshot (package): extract bundled gems for package. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/make-snapshot')
-rwxr-xr-xtool/make-snapshot1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index d6e2424dbc..84358a68a2 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -301,6 +301,7 @@ def package(vcs, rev, destdir, tmp = nil)
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"