From 9d20a0842653d57118f3bddc0c5780dfa304184f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 1 Jul 2008 06:01:15 +0000 Subject: * lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make), (Gem::Ext::Builder.run): EXIT_SUCCESS may be 0 or may not. * test/rubygems/test_gem_ext_rake_builder.rb (build_rake_in): override Gem.ruby and ENV["rake"]. * runruby.rb: bin/rake does not exist in archdir where architecture depend script (i.e. rbconfig.rb) exists. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- runruby.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'runruby.rb') diff --git a/runruby.rb b/runruby.rb index 95e2906ca..8b0e9c20e 100755 --- a/runruby.rb +++ b/runruby.rb @@ -46,7 +46,6 @@ libs << File.expand_path("lib", srcdir) config["bindir"] = abs_archdir ENV["RUBY"] = File.expand_path(ruby) ENV["PATH"] = [abs_archdir, ENV["PATH"]].compact.join(File::PATH_SEPARATOR) -ENV["rake"] = ENV["RUBY"] + " " + File.join(abs_archdir, "bin", "rake") if pure libs << File.expand_path("ext", srcdir) << "-" -- cgit