[前][次][番号順一覧][スレッド一覧]

ruby-changes:40089

From: kosaki <ko1@a...>
Date: Sun, 18 Oct 2015 11:17:53 +0900 (JST)
Subject: [ruby-changes:40089] kosaki:r52170 (trunk): * lib/mkmf.rb: Good-by Borland-C (cont).

kosaki	2015-10-18 11:17:46 +0900 (Sun, 18 Oct 2015)

  New Revision: 52170

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52170

  Log:
    * lib/mkmf.rb: Good-by Borland-C (cont).

  Modified files:
    trunk/ChangeLog
    trunk/lib/mkmf.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52169)
+++ ChangeLog	(revision 52170)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Oct 18 11:16:33 2015  KOSAKI Motohiro  <kosaki.motohiro@g...>
+
+	* lib/mkmf.rb: Good-by Borland-C.
+
 Sun Oct 18 11:04:36 2015  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* numeric.c: Good-by Borland-C.
Index: lib/mkmf.rb
===================================================================
--- lib/mkmf.rb	(revision 52169)
+++ lib/mkmf.rb	(revision 52170)
@@ -2574,8 +2574,6 @@ MESSAGE https://github.com/ruby/ruby/blob/trunk/lib/mkmf.rb#L2574
   case
   when $mswin
     $nmake = ?m if /nmake/i =~ make
-  when $bccwin
-    $nmake = ?b if /Borland/i =~ `#{make} -h`
   end
   $ignore_error = $nmake ? '' : ' 2> /dev/null || true'
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]