diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-27 09:04:55 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-27 09:04:55 +0000 |
| commit | 7de3b37866d4e0f0de32ef9683752a8a68e7786c (patch) | |
| tree | 644d368eeeb420fad281c91d9f276bec630fe2c9 /ext | |
| parent | 9e4541df3e123dd611acb32e88d7742fcca6d604 (diff) | |
| download | ruby-7de3b37866d4e0f0de32ef9683752a8a68e7786c.tar.gz ruby-7de3b37866d4e0f0de32ef9683752a8a68e7786c.tar.xz ruby-7de3b37866d4e0f0de32ef9683752a8a68e7786c.zip | |
* djgpp/*: sync with the latest.
* ext/extmk.rb, lib/mkmf.rb: flush $stdout.
* io.c (READ_DATA_PENDING_COUNT, READ_DATA_PENDING_PTR):
undef these macros on DJGPP.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/extmk.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb index e43638326..b9b943c0e 100644 --- a/ext/extmk.rb +++ b/ext/extmk.rb @@ -207,6 +207,7 @@ if $extlist.size > 0 "#{n}=#{v}" if v and !(v = v.strip).empty? }.compact puts conf + $stdout.flush ARGV.concat(conf) end rubies = [] @@ -216,6 +217,7 @@ rubies = [] Dir.chdir ".." puts "making #{rubies.join(', ')}" +$stdout.flush ARGV.concat(rubies) host = (defined?(CROSS_COMPILING) ? CROSS_COMPILING : RUBY_PLATFORM) /mswin|bccwin|mingw|djgpp|human|os2|macos/ =~ host or exec(*ARGV) |
