Merge "Blacklist the GOMACC_PATH environment variable" am: b2498a22c2
am: 4e3e6c76d0
am: e67d3d1c36
Change-Id: Iab2457c07acd730091dd120b4ad7ebdf7fafe062
This commit is contained in:
commit
4dc664081d
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
# limitations under the License.
|
# 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.
|
# Notice: this works only with Google's Goma build infrastructure.
|
||||||
ifneq ($(filter-out false,$(USE_GOMA)),)
|
ifneq ($(filter-out false,$(USE_GOMA)),)
|
||||||
# Goma requires a lot of processes and file descriptors.
|
# Goma requires a lot of processes and file descriptors.
|
||||||
|
|
Loading…
Reference in a new issue