OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GOMA_CC
(Results
1 - 2
of
2
) sorted by null
/build/core/
goma.mk
45
GOMA_CC
:= $(goma_dir)/gomacc
53
CC_WRAPPER := $(strip $(CC_WRAPPER) $(
GOMA_CC
))
54
CXX_WRAPPER := $(strip $(CXX_WRAPPER) $(
GOMA_CC
))
63
$(shell ( if ( curl http://localhost:$$($(
GOMA_CC
) port)/flagz | grep GOMA_HERMETIC=error ); then cmd=ensure_start; else cmd=restart; fi; GOMA_HERMETIC=error $(goma_ctl) $${cmd} ) &> /dev/null &)
binary.mk
299
my_cc_wrapper := $(filter $(
GOMA_CC
),$(my_cc_wrapper))
300
my_cxx_wrapper := $(filter $(
GOMA_CC
),$(my_cxx_wrapper))
[
all
...]
Completed in 137 milliseconds