Loading core/goma.mk +3 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,9 @@ 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. ifndef NOSTART_GOMA $(shell ( $(goma_ctl) ensure_start ) &> /dev/null &) endif goma_ctl := goma_dir := Loading Loading
core/goma.mk +3 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,9 @@ 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. ifndef NOSTART_GOMA $(shell ( $(goma_ctl) ensure_start ) &> /dev/null &) endif goma_ctl := goma_dir := Loading