From 6d1fc18348ad6577bc3ea67aa64bee9bd581abf6 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 31 Aug 2016 08:39:23 +0000 Subject: 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 --- tool/rbinstall.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'tool/rbinstall.rb') 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 -- cgit v1.2.3