Skip to content

Commit

Permalink
make-snapshot: extract gems
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nobu committed Jan 17, 2015
1 parent 84c181a commit f93a6aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/make-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f93a6aa

Please sign in to comment.