summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-config/mrbgem.rake
AgeCommit message (Collapse)Author
2021-01-26Revert "Fix the wrong directory `host-bin` to `host/bin`."Yukihiro "Matz" Matsumoto
This reverts commit 34f82f24e941f36edc8d947a8a9300631b3121ff. Ref #5282
2021-01-26Fix the wrong directory `host-bin` to `host/bin`.Yukihiro "Matz" Matsumoto
Where `mruby-config` command should be generated.
2021-01-11Create a `mruby-config` that can be run on the host by cross-buildingdearblue
The output directory will be `host-bin`, so it will be output as `<build-dir>/host-bin/mruby-config`. It's still not available for target devices.
2020-12-19Warn that it was ignored in crossbuilddearblue
2020-04-11Fixed a build error in mruby-configdearblue
The build error occurred when the "build/XXX/bin" directory did not exist.
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.
2019-02-17Refine dependencies for `mruby-config`KOBAYASHI Shuji
2019-02-12Refine `mrbgems/mruby-bin-config/mrbgem.rake`KOBAYASHI Shuji
- Use `MRuby::Gem::Specification` - Fix a binary name is added to `MRuby::Build#bins` multiple times - Close file immediately (avoid using `open(...).read`) - Simplify
2019-02-07Merge branch 'rename-bin-mruby-config-to-bin-config' of ↵Yukihiro "Matz" Matsumoto
https://github.com/shuujii/mruby into shuujii-rename-bin-mruby-config-to-bin-config
2019-01-20Rename `mruby-bin-mruby-config` mrbgem to `mruby-bin-config`KOBAYASHI Shuji
For brevity and consistency (e.g. `mruby-bin-strip` doesn't have `mruby-` after `bin-`).