Merge "Remove GOMA_HERMETIC form goma.mk"

This commit is contained in:
Fang Deng 2016-07-19 23:32:37 +00:00 committed by Gerrit Code Review
commit 14df2ef4d0

View file

@ -46,7 +46,7 @@ ifneq ($(filter-out false,$(USE_GOMA)),)
# gomacc can start goma client's daemon process automatically, but
# it is safer and faster to start up it beforehand. We run this as a
# background process so this won't slow down the build.
$(shell ( GOMA_HERMETIC=error $(goma_ctl) ensure_start ) &> /dev/null &)
$(shell ( $(goma_ctl) ensure_start ) &> /dev/null &)
goma_ctl :=
goma_dir :=