Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools Disconnect 'tools/lib{elf,dwarf}' from the build.
details: https://anonhg.NetBSD.org/src/rev/c88e92e133f9
branches: trunk
changeset: 365700:c88e92e133f9
user: jkoshy <jkoshy%NetBSD.org@localhost>
date: Mon Apr 18 19:46:35 2022 +0000
description:
Disconnect 'tools/lib{elf,dwarf}' from the build.
These libraries are now built by 'tools/elftoolchain/lib{elf,dwarf}'
respectively.
diffstat:
tools/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 8382c4f50a63 -r c88e92e133f9 tools/Makefile
--- a/tools/Makefile Mon Apr 18 19:40:06 2022 +0000
+++ b/tools/Makefile Mon Apr 18 19:46:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.213 2022/04/13 17:52:56 jkoshy Exp $
+# $NetBSD: Makefile,v 1.214 2022/04/18 19:46:35 jkoshy Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@@ -59,8 +59,6 @@
DTRACE_BITS=
.if ${MKDTRACE} != "no" || ${MKCTF} != "no"
DTRACE_BITS+= .WAIT elftoolchain
-DTRACE_BITS+= .WAIT libelf
-DTRACE_BITS+= .WAIT libdwarf
DTRACE_BITS+= .WAIT libctf
.endif
.if ${MKCTF} != "no"
Home |
Main Index |
Thread Index |
Old Index