commit | 049dd578728c887e82ec83819b0a5bf5ea3577c9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Aug 29 20:36:00 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 29 20:36:00 2016 +0000 |
tree | f72502067b2f1fdc32bd35cfc6bc03607fb3e155 | |
parent | 3500ddfe1b0e341f1aea816e003499ca02974e0c [diff] | |
parent | 937cef48eb36dd1b32b485cc836a0269dd68e325 [diff] |
Merge "Check USE_GOMA consistently"
diff --git a/core/ninja.mk b/core/ninja.mk index 27441ad..533553e 100644 --- a/core/ninja.mk +++ b/core/ninja.mk
@@ -114,7 +114,7 @@ # proceeding with undefined behavior. NINJA_EXTRA_ARGS += -w dupbuild=err -ifdef USE_GOMA +ifneq ($(filter-out false,$(USE_GOMA)),) KATI_MAKEPARALLEL := $(MAKEPARALLEL) # Ninja runs remote jobs (i.e., commands which contain gomacc) with # this parallelism. Note the parallelism of all other jobs is still