mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1427f340b1
commit
99f9ac64a7
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jul 18 00:01:27 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.
|
||||
|
||||
Mon Jul 17 23:30:46 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (rb_cv_msvcrt): defaulted to msvcrt. Workaround for a
|
||||
|
|
|
@ -480,6 +480,9 @@ Dir.chdir ".."
|
|||
unless $destdir.to_s.empty?
|
||||
$mflags.defined?("DESTDIR") or $mflags << "DESTDIR=#{$destdir}"
|
||||
end
|
||||
unless $extlist.empty?
|
||||
rm_f(Config::CONFIG["LIBRUBY_SO"])
|
||||
end
|
||||
puts "making #{rubies.join(', ')}"
|
||||
$stdout.flush
|
||||
$mflags.concat(rubies)
|
||||
|
|
Loading…
Reference in a new issue