mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Add rake target to run the bundled rake
This commit is contained in:
parent
bff7c6d9e9
commit
925d04108b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user