mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
annobin
works only when targeting Fedora
And hopefully for other Linux. Since it is not run on the build os, `TEST_RUNNABLE` is not suitable for this case.
This commit is contained in:
parent
641c3830df
commit
a7577dbfd3
1 changed files with 3 additions and 3 deletions
|
@ -1447,10 +1447,10 @@ yes-test-bundler-parallel: yes-test-bundler-prepare
|
|||
$(PARALLELRSPECOPTS) $(srcdir)/spec/bundler/$(BUNDLER_SPECS)
|
||||
no-test-bundler-parallel:
|
||||
|
||||
test-annocheck: $(TEST_RUNNABLE)-test-annocheck
|
||||
yes-test-annocheck: $(PROGRAM)
|
||||
test-annocheck: $(target_os)-test-annocheck
|
||||
linux-test-annocheck: $(PROGRAM)
|
||||
$(tooldir)/test-annocheck.sh $(PROGRAM)
|
||||
no-test-annocheck: PHONY
|
||||
$(target_os)-test-annocheck: PHONY
|
||||
|
||||
GEM = up
|
||||
sync-default-gems:
|
||||
|
|
Loading…
Add table
Reference in a new issue