OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ONLY_TOOLS
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/
Makefile
44
ifdef
ONLY_TOOLS
46
OPTIONAL_DIRS := $(findstring lldb,$(
ONLY_TOOLS
))
47
PARALLEL_DIRS := $(filter-out lldb,$(
ONLY_TOOLS
))
52
ifndef
ONLY_TOOLS
/external/llvm/
Makefile
97
# Don't build unittests when
ONLY_TOOLS
is set.
98
ifneq ($(
ONLY_TOOLS
),)
Completed in 2320 milliseconds