mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test-bundled-gems.rb needs + with GNU make
This script runs `make` internally, and sub-`make`s need the environment variable for the job server when compiling in parallel.
This commit is contained in:
parent
78d2be69b5
commit
b536ac2cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -1408,7 +1408,7 @@ no-test-bundled-gems:
|
|||
|
||||
BUNDLED_GEMS =
|
||||
test-bundled-gems-run: $(PREPARE_BUNDLED_GEMS)
|
||||
$(Q) $(XRUBY) $(tooldir)/test-bundled-gems.rb $(BUNDLED_GEMS)
|
||||
$(gnumake_recursive)$(Q) $(XRUBY) $(tooldir)/test-bundled-gems.rb $(BUNDLED_GEMS)
|
||||
|
||||
test-bundler-precheck: $(TEST_RUNNABLE)-test-bundler-precheck
|
||||
no-test-bundler-precheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue