ruby-changes:38275
From: usa <ko1@a...>
Date: Mon, 20 Apr 2015 16:53:14 +0900 (JST)
Subject: [ruby-changes:38275] usa:r50356 (trunk): * too/fake.rb: don't fake libdir. use libdirname instead.
usa 2015-04-20 16:53:07 +0900 (Mon, 20 Apr 2015) New Revision: 50356 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50356 Log: * too/fake.rb: don't fake libdir. use libdirname instead. Modified files: trunk/ChangeLog trunk/tool/fake.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 50355) +++ ChangeLog (revision 50356) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Apr 20 16:52:20 2015 NAKAMURA Usaku <usa@r...> + + * too/fake.rb: don't fake libdir. use libdirname instead. + Mon Apr 20 16:49:52 2015 NAKAMURA Usaku <usa@r...> * lib/mkmf.rb (MakeMakefile#configuration): DESTDIR should never affect Index: tool/fake.rb =================================================================== --- tool/fake.rb (revision 50355) +++ tool/fake.rb (revision 50356) @@ -24,7 +24,7 @@ prehook = proc do |extmk| https://github.com/ruby/ruby/blob/trunk/tool/fake.rb#L24 mkconfig["builddir"] = config["builddir"] = builddir config["rubyhdrdir"] = File.join(mkconfig["top_srcdir"], "include") config["rubyarchhdrdir"] = File.join(builddir, config["EXTOUT"], "include", config["arch"]) - mkconfig["libdir"] = config["libdir"] = mkconfig["topdir"] + mkconfig["libdirname"] = "builddir" trace_var(:$ruby, posthook) end untrace_var(:$extmk, prehook) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/