From df5f0fbc27923be610bed35c32ba8ba91f5699ce Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 2 Oct 2012 20:32:23 +0000 Subject: [PATCH] Set the 'build clang only' flag when we're building only clang. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165042 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e59441c4329..6ea55336b7a 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,7 @@ ifeq ($(MAKECMDGOALS),install-clang) endif ifeq ($(MAKECMDGOALS),clang-only) + BUILD_CLANG_ONLY := YES DIRS := $(filter-out tools docs unittests, $(DIRS)) \ tools/clang tools/lto OPTIONAL_DIRS := -- 2.34.1