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

ruby-changes:57670

From: Nobuyoshi <ko1@a...>
Date: Mon, 9 Sep 2019 00:27:13 +0900 (JST)
Subject: [ruby-changes:57670] 8d53b2cdf8 (master): Use target-specific variable instead of a conditional [ci skip]

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

From 8d53b2cdf8e4f175876f184e4f74fb6125204cc8 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 9 Sep 2019 00:21:40 +0900
Subject: Use target-specific variable instead of a conditional [ci skip]

And test-rubyspec is deprecated.

diff --git a/defs/gmake.mk b/defs/gmake.mk
index 49346ef..5c2abe1 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -90,13 +90,8 @@ sudo-precheck: test yes-test-testframework no-test-testframework https://github.com/ruby/ruby/blob/trunk/defs/gmake.mk#L90
 install-prereq: sudo-precheck
 yes-test-all no-test-all: install
 endif
-ifneq ($(filter love install reinstall,$(MAKECMDGOALS)),)
 # Cross referece needs to parse all files at once
-RDOCFLAGS = --force-update
-endif
-ifneq ($(filter great,$(MAKECMDGOALS)),)
-love: test-rubyspec
-endif
+love install reinstall: RDOCFLAGS = --force-update
 
 $(srcdir)/missing/des_tables.c: $(srcdir)/missing/crypt.c
 ifeq ($(if $(filter yes,$(CROSS_COMPILING)),,$(CC)),)
-- 
cgit v0.10.2


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

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