* 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:
kosaki 2015-10-18 02:17:46 +00:00
Родитель 5b9f32c29a
Коммит 3a49d35352
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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>
* numeric.c: Good-by Borland-C.

Просмотреть файл

@ -2574,8 +2574,6 @@ MESSAGE
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'