From d8a5163b24489bc0ff046e13a67fdc3feb01f7cd Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 25 Dec 2019 23:27:40 +0900 Subject: Support `-v` flag of `rake`; close #4887 The patch was originally written by @take-cheese. I have fixed the conflict caused by `minirake` deletion - @matz. --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 69c7d4c89..c041586c0 100644 --- a/Rakefile +++ b/Rakefile @@ -5,6 +5,8 @@ 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 + $LOAD_PATH << File.join(MRUBY_ROOT, "lib") # load build systems -- cgit v1.2.3