1
0
Fork 0
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:
nobu 2016-04-22 06:14:21 +00:00
parent 1fbe0943cc
commit ff4cec3c09

View file

@ -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