| Age | Commit message (Collapse) | Author |
|
https://github.com/ruby/mmtk/commit/12a3904b04
|
|
- Split static recipes to depend file.
- Modify makefile configurations in the block to `create_makefile`.
- Expand rust sources in extconf.rb instead of GNU make extension.
TODO: pass `CARGO_TARGET_DIR` without shell syntax.
Notes:
Merged: https://github.com/ruby/ruby/pull/12572
|
|
Since libmmtk_ruby.a was a PHONY target, it caused the shared object to
not be rebuilt even though libmmtk_ruby.a was updated.
https://github.com/ruby/mmtk/commit/076f0a97a6
|
|
https://github.com/ruby/mmtk/commit/4b67c8b4da
|
|
https://github.com/ruby/mmtk/commit/1f71cb873c
|
|
This commit adds extconf.rb for both the default GC and and MMTk to build
the external GC. This allows common.mk to not need to contain any
implementation-specific build configuration.
https://github.com/ruby/mmtk/commit/db6a29b4a9
|