Add rake target to run the bundled rake

This commit is contained in:
Nobuyoshi Nakada 2026-01-06 15:16:40 +09:00
parent bff7c6d9e9
commit 925d04108b
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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