aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-01 03:58:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-01 03:58:01 +0000
commit4598aeb028de1917746edf276fbd359774959f48 (patch)
tree498123ac2070a33197a8cfaf6a02c89c4f21d686 /lib
parent317b4e76706c4638f52774080c02836c2cdede75 (diff)
downloadruby-4598aeb028de1917746edf276fbd359774959f48.tar.gz
no Borland make [ci skip]
* ext/extmk.rb: remove Borland make support. Borland C++ has not been supported since years ago. * lib/mkmf.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/mkmf.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index ccfeba2fb3..8c795b0ae6 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -2015,15 +2015,6 @@ TOUCH = exit >
preload = #{defined?($preload) && $preload ? $preload.join(' ') : ''}
}
- if $nmake == ?b
- mk.each do |x|
- x.gsub!(/^(MAKEDIRS|INSTALL_(?:PROG|DATA))+\s*=.*\n/) do
- "!ifndef " + $1 + "\n" +
- $& +
- "!endif\n"
- end
- end
- end
mk
end
@@ -2425,7 +2416,6 @@ site-install-rb: install-rb
return unless target
- mfile.puts SRC_EXT.collect {|e| ".path.#{e} = $(VPATH)"} if $nmake == ?b
mfile.print ".SUFFIXES: .#{(SRC_EXT + [$OBJEXT, $ASMEXT]).compact.join(' .')}\n"
mfile.print "\n"