summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohisa Goto <ngotogenome@gmail.com>2021-11-17 20:45:02 +0900
committerNaohisa Goto <ngotogenome@gmail.com>2021-11-17 20:59:48 +0900
commita982a1f1e705f74ec5d802ce6439d8e250619920 (patch)
treee5824d01768db3f45843459b9db3dddadef4c8c7
parentc240ccd64396cfcd9e6d5998055657f70c323eef (diff)
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.
-rw-r--r--template/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index b0e987bba0..445f14ebdd 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -479,7 +479,7 @@ clean-local::
-$(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)