Module Name:    src
Committed By:   jkoshy
Date:           Wed Apr  7 20:32:55 UTC 2021

Modified Files:
        src/external/bsd/elftoolchain: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/elftoolchain/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/elftoolchain/Makefile
diff -u src/external/bsd/elftoolchain/Makefile:1.2 src/external/bsd/elftoolchain/Makefile:1.3
--- src/external/bsd/elftoolchain/Makefile:1.2	Tue Apr  6 19:44:24 2021
+++ src/external/bsd/elftoolchain/Makefile	Wed Apr  7 20:32:54 2021
@@ -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>

Reply via email to