summaryrefslogtreecommitdiffhomepage
path: root/tasks/libmruby.rake
AgeCommit message (Collapse)Author
2020-12-05Make it possible that `libmruby.a` is not createdKOBAYASHI Shuji
Previously, `libmruby.a` was created even if only `mruby-bin-mrbc` or` mruby-compiler` was specified for gem, but by specifying `disable_libmruby`, the creation of `libmruby.a` can be suppressed. ### Note The https://github.com/mruby/mruby/pull/5084#issuecomment-723521971 incompatibility seems to be difficult for users to avoid, so the original behavior has been restored. Therefore, if we need `mrbc` other than the `host` build, we need to explicitly specify `mruby-bin-mrbc` gem. Due to the above changes, `build_config/boxing.rb` etc. will not work, but I have added` mruby-bin-mrbc` to `default.gembox` to fix it. I don't think this change is a big deal because originally `mruby-compiler` was included.
2020-10-12Removed unnecessary dependency from `all`.Yukihiro "Matz" Matsumoto
`libmruby.flags.mak` is only required from `mruby-config` gem.
2019-12-27Use Rake DSL instead of commands of `FileUtils`KOBAYASHI Shuji
- Respect `--verbose(-v)` and `--dry-run(-n)` options. - Silence warnings to keyword arguments on Ruby 2.7.
2018-10-29Rename libmruby stuff to avoid confusiontake-cheeze
2018-06-20Add forgotten `mkdir_p`s.take-cheeze
2017-04-22Add --libmruby-path support to mruby-bin-mruby-config.Yuji Yamano
2017-01-05Removed ununnecessary escape character '\' for MRUBY_XXX in libmruby.flags.makJun Takeda
2014-06-04Add generator script to dependency so that it will regenerate C codes when ↵take_cheeze
it's modified.
2014-03-05Change the position of -L option from MRUBY_LIBS to MRUBY_LDFLAGSMATSUMOTO Ryosuke
2014-03-05Fix #1803mattn
2013-01-30Remove double quote for MRUBY_XXX in libmruby.flags.makmattn
2013-01-21Added flags_before_libraries to linkerYuichiro MASUI
2013-01-21Export build flags to lib/libmruby.flags.makYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-09Added s flag to ar commandYuichiro MASUI
2013-01-04Fix an unnecessary spaceDaniel Bovensiepen
2013-01-03Rebuild CRuby based building script without MakefileYuichiro MASUI
Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb