Skip to content
Snippets Groups Projects
Commit b7bafa94 authored by Bill Wendling's avatar Bill Wendling
Browse files

Use an environment variable instead of what's in the make cmd goals.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164992 91177308-0d34-0410-b5e6-96231b3b80d8
parent 3ba17ee2
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ ifeq ($(MAKECMDGOALS),libs-only)
DIRS := $(filter-out tools docs, $(DIRS))
OPTIONAL_DIRS :=
endif
ifeq ($(MAKECMDGOALS),clang-only)
ifeq ($(BUILD_CLANG_ONLY),YES)
DIRS := $(filter-out tools docs unittests, $(DIRS))
tools/driver tools/libclang
OPTIONAL_DIRS :=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment