summaryrefslogtreecommitdiff
path: root/mkconfig.rb
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-31 12:31:12 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-31 12:31:12 +0000
commit86c90aea3612e901d24232b8ec476339175a6fb9 (patch)
treee1388d01a97beed60bab45c431930da542ed5a85 /mkconfig.rb
parentb8ad2fa064c41e679142d8620381cc966b83dfdf (diff)
* Makefile.in, {win32,bcc32}/Makefile.sub: add new target:
what-where, no-install. * mkconfig.rb: add const: CROSS_COMPILING. * ext/extmk.rb: no-install support. add MAKEDIRS macro. * lib/mkmf.rb: add !ifdef .. !endif for Borland make. * process.c: improve DJGPP support. system "ls", "-l". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mkconfig.rb')
-rw-r--r--mkconfig.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkconfig.rb b/mkconfig.rb
index 9ee960ed34..f90363b94a 100644
--- a/mkconfig.rb
+++ b/mkconfig.rb
@@ -127,6 +127,7 @@ print <<EOS
Config::expand(val)
end
end
+CROSS_COMPILING = nil unless defined? CROSS_COMPILING
EOS
$stdout.flush
$stdout.reopen($orgout)