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/e18f9a9e7144
branches:  trunk
changeset: 961032:e18f9a9e7144
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 08330bf47eda -r e18f9a9e7144 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