* lib/mkmf.rb: Good-by Borland-C (cont).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5b9f32c29a
commit
3a49d35352
@ -1,3 +1,7 @@
|
|||||||
|
Sun Oct 18 11:16:33 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||||
|
|
||||||
|
* lib/mkmf.rb: Good-by Borland-C.
|
||||||
|
|
||||||
Sun Oct 18 11:04:36 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
Sun Oct 18 11:04:36 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||||
|
|
||||||
* numeric.c: Good-by Borland-C.
|
* numeric.c: Good-by Borland-C.
|
||||||
|
@ -2574,8 +2574,6 @@ MESSAGE
|
|||||||
case
|
case
|
||||||
when $mswin
|
when $mswin
|
||||||
$nmake = ?m if /nmake/i =~ make
|
$nmake = ?m if /nmake/i =~ make
|
||||||
when $bccwin
|
|
||||||
$nmake = ?b if /Borland/i =~ `#{make} -h`
|
|
||||||
end
|
end
|
||||||
$ignore_error = $nmake ? '' : ' 2> /dev/null || true'
|
$ignore_error = $nmake ? '' : ' 2> /dev/null || true'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user