Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Revert the change to not build and install /usr/lib/dtrace/d...



details:   https://anonhg.NetBSD.org/src/rev/55bfb33e83b8
branches:  trunk
changeset: 961051:55bfb33e83b8
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Apr 07 09:57:02 2021 +0000

description:
Revert the change to not build and install /usr/lib/dtrace/drti.o; this
is used by the ruby30-base package when compiled with the dtrace option
(enabled by default).

Problem found by ryoon@.

diffstat:

 distrib/sets/lists/comp/stl.mi   |  4 ++--
 external/cddl/osnet/lib/Makefile |  5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r ccd92f804894 -r 55bfb33e83b8 distrib/sets/lists/comp/stl.mi
--- a/distrib/sets/lists/comp/stl.mi    Wed Apr 07 07:51:12 2021 +0000
+++ b/distrib/sets/lists/comp/stl.mi    Wed Apr 07 09:57:02 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: stl.mi,v 1.8 2021/03/29 01:57:09 simonb Exp $
+# $NetBSD: stl.mi,v 1.9 2021/04/07 09:57:02 simonb Exp $
 ./usr/lib/crtbegin.o                           comp-c-lib      compatfile
 ./usr/lib/crtend.o                             comp-c-lib      compatfile
 ./usr/lib/crti.o                               comp-c-lib      compatfile
 ./usr/lib/crtn.o                               comp-c-lib      compatfile
-./usr/lib/dtrace/drti.o                                comp-c-lib      dtrace,obsolete
+./usr/lib/dtrace/drti.o                                comp-c-lib      dtrace
 ./usr/lib/sysident.o                           comp-c-lib      compatfile
diff -r ccd92f804894 -r 55bfb33e83b8 external/cddl/osnet/lib/Makefile
--- a/external/cddl/osnet/lib/Makefile  Wed Apr 07 07:51:12 2021 +0000
+++ b/external/cddl/osnet/lib/Makefile  Wed Apr 07 09:57:02 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2021/03/29 01:57:09 simonb Exp $
+#      $NetBSD: Makefile,v 1.11 2021/04/07 09:57:02 simonb Exp $
 #
 #
 
@@ -6,8 +6,7 @@
 
 .if (defined(MKDTRACE) && ${MKDTRACE} != "no")
 SUBDIR+=       libdtrace
-# drti.o is not (yet) used
-# SUBDIR+=     drti
+SUBDIR+=       drti
 .endif
 .if ${MKCTF:Uno} != "no"
 SUBDIR+=       libctf



Home | Main Index | Thread Index | Old Index