diff options
| author | jkoshy <jkoshy@NetBSD.org> | 2022-04-18 19:46:35 +0000 |
|---|---|---|
| committer | jkoshy <jkoshy@NetBSD.org> | 2022-04-18 19:46:35 +0000 |
| commit | a1307683cf22ef94f95e109d93825e91863713ad (patch) | |
| tree | e569b236242cadec84898ef1e00908a1c17e3b2b /tools | |
| parent | 5ab6cc10b33f2d32cad200207c05e0b4e2a02eca (diff) | |
Disconnect 'tools/lib{elf,dwarf}' from the build.
These libraries are now built by 'tools/elftoolchain/lib{elf,dwarf}'
respectively.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/Makefile b/tools/Makefile index 5afe3b91b38..e3e68878c16 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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 @@ TOOLCHAIN_BITS+= dbsym mdsetimage 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" |
