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

ruby-changes:66684

From: Nobuyoshi <ko1@a...>
Date: Mon, 5 Jul 2021 11:22:13 +0900 (JST)
Subject: [ruby-changes:66684] cca2f7ab14 (master): programs will be made from exts

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

From cca2f7ab14ace71eb93992472d8fa0f29de9cad4 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 5 Jul 2021 11:17:07 +0900
Subject: programs will be made from exts

`programs` after `exts` overwrites programs built with extension
libraries when static-linked-ext.
---
 common.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common.mk b/common.mk
index 4eaae1e..005e3ab 100644
--- a/common.mk
+++ b/common.mk
@@ -213,7 +213,7 @@ MAKE_LINK = $(MINIRUBY) -rfileutils -e "include FileUtils::Verbose" \ https://github.com/ruby/ruby/blob/trunk/common.mk#L213
 
 all: $(SHOWFLAGS) main docs
 
-main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs programs
+main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs
 	@$(NULLCMD)
 
 mjit-headers: $(MJIT_SUPPORT)-mjit-headers
-- 
cgit v1.1


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

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