OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_CCACHE
(Results
1 - 5
of
5
) sorted by null
/build/core/combo/
select.mk
62
ifneq ($(
USE_CCACHE
),)
/development/build/tools/
windows_sdk.mk
81
$(hide) USE_MINGW=1
USE_CCACHE
="" $(MAKE) PRODUCT-$(TARGET_PRODUCT)-$(strip $(WIN_TARGETS)) $(if $(hide),,showcommands)
/external/qemu/
android-configure.sh
193
# use ccache if
USE_CCACHE
is defined and the corresponding
196
if [ -n "$
USE_CCACHE
" ] ; then
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
755
if [ -n "$
USE_CCACHE
" ]; then
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
755
if [ -n "$
USE_CCACHE
" ]; then
[
all
...]
Completed in 197 milliseconds