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.
parent ed8491cd
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment