[前][次][番号順一覧][スレッド一覧]

ruby-changes:71836

From: Nobuyoshi <ko1@a...>
Date: Mon, 16 May 2022 19:27:59 +0900 (JST)
Subject: [ruby-changes:71836] a7577dbfd3 (master): `annobin` works only when targeting Fedora

https://git.ruby-lang.org/ruby.git/commit/?id=a7577dbfd3

From a7577dbfd3ea53cccf7aaf94208069784ad17791 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 16 May 2022 17:56:32 +0900
Subject: `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.
---
 common.mk | 6 +++---
 1 file 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 https://github.com/ruby/ruby/blob/trunk/common.mk#L1447
 		$(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:
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]