diff options
| author | Bill Wendling <isanbard@gmail.com> | 2012-10-02 06:19:15 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2012-10-02 06:19:15 +0000 |
| commit | 7e5ef83cdb85e1335b77af11b1ec5a56c148c8ef (patch) | |
| tree | 5ccfe9b67b8f69aa7daaf71b8befda55e5245e4b /clang | |
| parent | 548e9a3e619fe0d2142a330bb3dcfacf0739efb5 (diff) | |
| download | bcm5719-llvm-7e5ef83cdb85e1335b77af11b1ec5a56c148c8ef.tar.gz bcm5719-llvm-7e5ef83cdb85e1335b77af11b1ec5a56c148c8ef.zip | |
Use an environment variable instead of what's in the make cmd goals.
llvm-svn: 164992
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Makefile b/clang/Makefile index 288f3d4028d..6eec517bd19 100644 --- a/clang/Makefile +++ b/clang/Makefile @@ -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 := |

