Module Name:    src
Committed By:   joerg
Date:           Wed May  9 13:21:27 UTC 2018

Modified Files:
        src/tools: Makefile

Log Message:
For EXTERNAL_TOOLCHAIN, MKLLVM=yes needs to build only tablegen.


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/tools/Makefile

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

Modified files:

Index: src/tools/Makefile
diff -u src/tools/Makefile:1.193 src/tools/Makefile:1.194
--- src/tools/Makefile:1.193	Sun Feb 18 01:06:24 2018
+++ src/tools/Makefile	Wed May  9 13:21:27 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.193 2018/02/18 01:06:24 uwe Exp $
+#	$NetBSD: Makefile,v 1.194 2018/05/09 13:21:27 joerg Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -124,8 +124,11 @@ SUBDIR+= stat .WAIT config
 SUBDIR+= \
 	llvm .WAIT \
 	llvm-lib/libLLVMDemangle llvm-lib/libLLVMSupport llvm-lib/libLLVMTableGen .WAIT \
-	llvm-tblgen llvm-clang-tblgen .WAIT \
-	llvm-include .WAIT \
+	llvm-tblgen llvm-clang-tblgen
+.endif
+.if ${MKLLVM} != "no" && !defined(EXTERNAL_TOOLCHAIN)
+SUBDIR+= \
+	.WAIT llvm-include .WAIT \
 	llvm-lib .WAIT \
 	llvm-clang
 . if ${MKLLD} != "no"

Reply via email to