summaryrefslogtreecommitdiff
path: root/tool/rbinstall.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-31 08:39:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-31 08:39:23 +0000
commit7f7aa9d4429256900793bceaef605279ab5e8ccb (patch)
tree1310411a36f1e39d3a4af11a681bef7cd76b5b21 /tool/rbinstall.rb
parent1b6a42d968ab4586b51cd1c1e114b46a9f788b94 (diff)
extmk.rb: build_complete
* ext/extmk.rb (create_makefile): make gem.build_complete file under TARGET_SO_DIR and install it only when the gem build succeeded. [ruby-core:77057] [Bug #12681] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/rbinstall.rb')
-rwxr-xr-xtool/rbinstall.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb
index 83e5c7e020..5cab72fd2b 100755
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -766,7 +766,6 @@ install?(:ext, :comm, :gem) do
File.chmod($data_mode, File.join(install_dir, "specifications", "#{spec.full_name}.gemspec"))
unless spec.extensions.empty?
install_recursive(ext, spec.extension_dir)
- open_for_install(spec.gem_build_complete_path, $data_mode) {""}
end
installed_gems[spec.full_name] = true
end