We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rake
1 parent bff7c6d commit 925d041Copy full SHA for 925d041
1 file changed
common.mk
@@ -1620,6 +1620,11 @@ test-syntax-suggest:
1620
1621
check: $(DOT_WAIT) $(PREPARE_SYNTAX_SUGGEST) test-syntax-suggest
1622
1623
+RAKER = $(XRUBY) -I$(srcdir)/gems/lib$(PATH_SEPARATOR)$(srcdir)/.bundle/lib \
1624
+ -rrubygems $(srcdir)/.bundle/bin/rake
1625
+rake:
1626
+ $(RAKER) $(RAKE_OPTS) $(RAKE)
1627
+
1628
test-bundler-precheck: $(TEST_RUNNABLE)-test-bundler-precheck
1629
no-test-bundler-precheck:
1630
yes-test-bundler-precheck: main $(arch)-fake.rb
0 commit comments