mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
tk: suppress progress indicators
* ext/tk/extconf.rb: hack to disable progress indicators with parallel build, not to interleave other messages. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1fbe0943cc
commit
ff4cec3c09
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ def maybe_64bit?
|
|||
/64|universal|s390x/ =~ RUBY_PLATFORM
|
||||
end
|
||||
|
||||
if defined?(Logging.quiet) and Logging.quiet
|
||||
if defined?(Logging.quiet) and Logging.quiet and /--jobserver-fds=/ !~ ENV["MAKEFLAGS"]
|
||||
def progress(s)
|
||||
print(s)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue