From bb98fd78c3d14c550187a96b9ed6975e8b719a68 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Sat, 28 Dec 2019 16:55:25 +0900 Subject: Use `Rake.verbose` instead of `$verbose` and `$pp_show` in build scripts The incompatibility that the commands of `FileUtils` origin output verbose by default due to the changes in d8a5163b and 26e6e75b is also fixed. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 6612b4f90..4115d9e8e 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ MRUBY_ROOT = File.dirname(File.expand_path(__FILE__)) MRUBY_BUILD_HOST_IS_CYGWIN = RUBY_PLATFORM.include?('cygwin') MRUBY_BUILD_HOST_IS_OPENBSD = RUBY_PLATFORM.include?('openbsd') -$verbose = Rake.verbose == true +Rake.verbose(false) if Rake.verbose == Rake::DSL::DEFAULT $LOAD_PATH << File.join(MRUBY_ROOT, "lib") -- cgit v1.2.3