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

ruby-changes:69775

From: Naohisa <ko1@a...>
Date: Wed, 17 Nov 2021 21:00:33 +0900 (JST)
Subject: [ruby-changes:69775] a982a1f1e7 (master): Update URL about DTrace static library glommed obj [ci skip]

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

From a982a1f1e705f74ec5d802ce6439d8e250619920 Mon Sep 17 00:00:00 2001
From: Naohisa Goto <ngotogenome@g...>
Date: Wed, 17 Nov 2021 20:45:02 +0900
Subject: Update URL about DTrace static library glommed obj [ci skip]

The old URL
http://mail.opensolaris.org/pipermail/dtrace-discuss/2005-August/000207.html
pointed to the official archive of dtrace-discuss mailing list
in opensolaris.org, disappeared in 2013.
The new URL points to the MARC Mailing list ARChives.
---
 template/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/Makefile.in b/template/Makefile.in
index b0e987bba04..445f14ebdd3 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -479,7 +479,7 @@ clean-local:: https://github.com/ruby/ruby/blob/trunk/template/Makefile.in#L479
 	-$(Q) $(RMDIRS) $(MJIT_HEADER_INSTALL_DIR) $(MJIT_HEADER_BUILD_DIR) $(TIMESTAMPDIR) 2> $(NULL) || $(NULLCMD)
 
 # DTrace static library hacks described here:
-# http://mail.opensolaris.org/pipermail/dtrace-discuss/2005-August/000207.html
+# https://marc.info/?l=opensolaris-dtrace-discuss&m=114761203110734&w=4
 ruby-glommed.$(OBJEXT):
 	@$(ECHO) generating a glommed object with DTrace probes for static library
 	$(Q) $(LD) -r -o $@ $(OBJS)
-- 
cgit v1.2.1


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

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