From 5d15267e31cbe8e6f84e480759ea556a2764d023 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 21 Aug 2012 18:24:11 +0000 Subject: [PATCH] When WITH_CLANG_EXTRAS is enabled, avoid needlessly building the llvm and clang extras in the cross-tools stage. MFC after: 1 week --- usr.bin/clang/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/clang/Makefile b/usr.bin/clang/Makefile index 045431b1fca4..db5fae747b8c 100644 --- a/usr.bin/clang/Makefile +++ b/usr.bin/clang/Makefile @@ -4,7 +4,7 @@ SUBDIR= clang clang-tblgen tblgen -.if ${MK_CLANG_EXTRAS} != "no" +.if ${MK_CLANG_EXTRAS} != "no" && !defined(TOOLS_PREFIX) SUBDIR+=bugpoint \ llc \ lli \