commit | b2498a22c28f215a6048da5406d76be6893c2338 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Sep 08 20:47:19 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 08 20:47:19 2016 +0000 |
tree | a0e2891ace85a80cfb38b5f0eab3b43a9f76facc | |
parent | 9d66e2c2ef6515c2139cee0f5cf5f253a5b72ee1 [diff] | |
parent | c4f595e88fc9173bc2a169712680101fb42832e1 [diff] |
Merge "Blacklist the GOMACC_PATH environment variable"
diff --git a/core/goma.mk b/core/goma.mk index c0c27c5..52726be 100644 --- a/core/goma.mk +++ b/core/goma.mk
@@ -14,6 +14,9 @@ # limitations under the License. # +# Used by the compiler wrapper, but should only be set by gomacc +unexport GOMACC_PATH + # Notice: this works only with Google's Goma build infrastructure. ifneq ($(filter-out false,$(USE_GOMA)),) # Goma requires a lot of processes and file descriptors.