diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-01-06 15:16:40 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-01-06 18:37:41 +0900 |
| commit | 925d04108b8fff7dfa14ccd8ac19fd1522cc99c3 (patch) | |
| tree | 901f3ff1b5badc9525c2c46412f390ec7e9e6ff3 | |
| parent | bff7c6d9e9a423d4a7158b81658b3e77733b9be3 (diff) | |
Add `rake` target to run the bundled `rake`
| -rw-r--r-- | common.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1620,6 +1620,11 @@ test-syntax-suggest: check: $(DOT_WAIT) $(PREPARE_SYNTAX_SUGGEST) test-syntax-suggest +RAKER = $(XRUBY) -I$(srcdir)/gems/lib$(PATH_SEPARATOR)$(srcdir)/.bundle/lib \ + -rrubygems $(srcdir)/.bundle/bin/rake +rake: + $(RAKER) $(RAKE_OPTS) $(RAKE) + test-bundler-precheck: $(TEST_RUNNABLE)-test-bundler-precheck no-test-bundler-precheck: yes-test-bundler-precheck: main $(arch)-fake.rb |
