Skip to content

Commit

Permalink
Set the 'build clang only' flag when we're building only clang.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165042 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed Oct 2, 2012
1 parent 6e033d6 commit df5f0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 :=
Expand Down

0 comments on commit df5f0fb

Please sign in to comment.