diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-05-16 17:56:32 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2022-05-16 19:27:37 +0900 |
| commit | a7577dbfd3ea53cccf7aaf94208069784ad17791 (patch) | |
| tree | 32cbd7bf772f8ef9bb36cc85e78acfdee760d22b | |
| parent | 641c3830df8177b38fcfca33d3a0ece8a2c1e7d2 (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.mk | 6 |
1 files changed, 3 insertions, 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: |
