Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/elftoolchain/lib Ensure that the 'libelf' direc...



details:   https://anonhg.NetBSD.org/src/rev/1daaf3d4e4f9
branches:  trunk
changeset: 961055:1daaf3d4e4f9
user:      jkoshy <jkoshy%NetBSD.org@localhost>
date:      Wed Apr 07 20:31:16 2021 +0000

description:
Ensure that the 'libelf' directory is traversed before 'libdwarf'.

diffstat:

 external/bsd/elftoolchain/lib/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 26748cfae0e8 -r 1daaf3d4e4f9 external/bsd/elftoolchain/lib/Makefile
--- a/external/bsd/elftoolchain/lib/Makefile    Wed Apr 07 14:45:28 2021 +0000
+++ b/external/bsd/elftoolchain/lib/Makefile    Wed Apr 07 20:31:16 2021 +0000
@@ -1,3 +1,6 @@
-#      $NetBSD: Makefile,v 1.1 2014/03/09 16:58:04 christos Exp $
-SUBDIR=        libelf libdwarf
+#      $NetBSD: Makefile,v 1.2 2021/04/07 20:31:16 jkoshy Exp $
+SUBDIR=                libelf
+SUBDIR+=       .WAIT           # Process 'libelf' before 'libdwarf'.
+SUBDIR+=       libdwarf
+
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index