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

ruby-changes:66671

From: Samuel <ko1@a...>
Date: Sat, 3 Jul 2021 19:50:18 +0900 (JST)
Subject: [ruby-changes:66671] 71146bd4a3 (master): Remove copy coroutine build rule.

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

From 71146bd4a32f26b26d76b8847cdb62a8126be491 Mon Sep 17 00:00:00 2001
From: Samuel Williams <samuel.williams@o...>
Date: Sat, 3 Jul 2021 09:13:38 +1200
Subject: Remove copy coroutine build rule.

---
 win32/Makefile.sub | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index cce75af..febff22 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -1223,9 +1223,6 @@ $(ruby_pc): $(RBCONFIG) https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L1223
 {$(srcdir)/coroutine/win64}.asm{coroutine/win64}.obj:
 	$(ECHO) assembling $(<:\=/)
 	$(Q) $(AS) $(ASFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c $(<:\=/)
-{$(srcdir)/coroutine/copy}.c{coroutine/copy}.obj:
-	$(ECHO) compiling $(<:\=/)
-	$(Q) $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c $(CSRCFLAG)$(<:\=/)
 
 {$(srcdir)/enc/trans}.c.obj:
 	$(ECHO) compiling $(<:\=/)
-- 
cgit v1.1


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

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