Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/elftoolchain Traverse the Elftoolchain 'common'...



details:   https://anonhg.NetBSD.org/src/rev/93be6c8b29a7
branches:  trunk
changeset: 961056:93be6c8b29a7
user:      jkoshy <jkoshy%NetBSD.org@localhost>
date:      Wed Apr 07 20:32:54 2021 +0000

description:
Traverse the Elftoolchain 'common' module before
the rest of the imported hierarchy.

diffstat:

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

diffs (11 lines):

diff -r 1daaf3d4e4f9 -r 93be6c8b29a7 external/bsd/elftoolchain/Makefile
--- a/external/bsd/elftoolchain/Makefile        Wed Apr 07 20:31:16 2021 +0000
+++ b/external/bsd/elftoolchain/Makefile        Wed Apr 07 20:32:54 2021 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/04/06 19:44:24 jkoshy Exp $
+# $NetBSD: Makefile,v 1.3 2021/04/07 20:32:54 jkoshy Exp $
 SUBDIR=                common
+SUBDIR+=       .WAIT           # 'common' should be processed first.
 SUBDIR+=       lib
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index