Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib Traverse the complete imported Elftoolchain tree during ...
details: https://anonhg.NetBSD.org/src/rev/201cfc03a47b
branches: trunk
changeset: 954381:201cfc03a47b
user: jkoshy <jkoshy%NetBSD.org@localhost>
date: Tue Apr 06 20:13:43 2021 +0000
description:
Traverse the complete imported Elftoolchain tree during a build.
diffstat:
lib/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 2f92b25c359b -r 201cfc03a47b lib/Makefile
--- a/lib/Makefile Tue Apr 06 19:44:24 2021 +0000
+++ b/lib/Makefile Tue Apr 06 20:13:43 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.287 2021/03/07 15:09:12 christos Exp $
+# $NetBSD: Makefile,v 1.288 2021/04/06 20:13:43 jkoshy Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -62,7 +62,7 @@
SUBDIR+= ../external/bsd/flex/lib
SUBDIR+= ../external/bsd/tre/lib
-SUBDIR+= ../external/bsd/elftoolchain/lib/libelf
+SUBDIR+= ../external/bsd/elftoolchain # libelf and libdwarf
SUBDIR+= ../external/bsd/liblzf/lib
SUBDIR+= ../external/bsd/libpcap/lib
@@ -118,7 +118,6 @@
SUBDIR+= ../crypto/external/bsd/netpgp/libmj
SUBDIR+= ../crypto/external/bsd/netpgp/lib/verify # depends on libz
SUBDIR+= ../external/bsd/blocklist/lib # depends on libpthread
-SUBDIR+= ../external/bsd/elftoolchain/lib/libdwarf # depends on libelf
SUBDIR+= ../external/mit/lua/lib # depends on libm
SUBDIR+= ../external/public-domain/sqlite/lib # depends on libm
SUBDIR+= libcurses # depends on libterminfo
Home |
Main Index |
Thread Index |
Old Index