From 1a89793d010d51e4965bb4bdc983074842fb1f4e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 22 Apr 2016 06:14:21 +0000 Subject: 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 --- ext/tk/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tk/extconf.rb') diff --git a/ext/tk/extconf.rb b/ext/tk/extconf.rb index 7c35e63626..d269957aec 100644 --- a/ext/tk/extconf.rb +++ b/ext/tk/extconf.rb @@ -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 -- cgit v1.2.3