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

ruby-changes:68062

From: Nobuyoshi <ko1@a...>
Date: Wed, 22 Sep 2021 09:59:21 +0900 (JST)
Subject: [ruby-changes:68062] 6e1507f8a2 (master): Explicit the target of do-install-all as the same as dont-install-all

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

From 6e1507f8a2d65d83e597888df0831ba90fb8cdb2 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 21 Sep 2021 22:24:58 +0900
Subject: Explicit the target of do-install-all as the same as dont-install-all

---
 common.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common.mk b/common.mk
index 49d3814..d690873 100644
--- a/common.mk
+++ b/common.mk
@@ -376,7 +376,7 @@ $(ruby_pc): $(srcdir)/template/ruby.pc.in config.status https://github.com/ruby/ruby/blob/trunk/common.mk#L376
 install-all: docs pre-install-all do-install-all post-install-all
 pre-install-all:: all pre-install-local pre-install-ext pre-install-gem pre-install-doc
 do-install-all: pre-install-all
-	$(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) $(INSTALL_DOC_OPTS)
+	$(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=all $(INSTALL_DOC_OPTS)
 post-install-all:: post-install-local post-install-ext post-install-gem post-install-doc
 	@$(NULLCMD)
 
-- 
cgit v1.1


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

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