summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-05-16 17:56:32 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-05-16 19:27:37 +0900
commita7577dbfd3ea53cccf7aaf94208069784ad17791 (patch)
tree32cbd7bf772f8ef9bb36cc85e78acfdee760d22b
parent641c3830df8177b38fcfca33d3a0ece8a2c1e7d2 (diff)
`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.
-rw-r--r--common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index dffceef2b8..2bf4a887ba 100644
--- a/common.mk
+++ b/common.mk
@@ -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: