OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showcommands
(Results
1 - 5
of
5
) sorted by null
/art/tools/
buildbot-build.sh
27
showcommands
=
40
elif [[ "$1" == "--
showcommands
" ]]; then
41
showcommands
="
showcommands
"
49
make_command="make $j_arg $
showcommands
build-art-host-tests $common_targets ${out_dir}/host/linux-x86/lib/libjavacoretests.so ${out_dir}/host/linux-x86/lib64/libjavacoretests.so"
51
make_command="make $j_arg $
showcommands
build-art-target-tests $common_targets libjavacrypto libjavacoretests linker toybox toolbox sh ${out_dir}/host/linux-x86/bin/adb libstdc++"
/build/core/
ninja.mk
17
NINJA_EXCLUDE_GOALS :=
showcommands
all dist
117
ifneq (,$(filter
showcommands
,$(ORIGINAL_MAKECMDGOALS)))
main.mk
288
INTERNAL_MODIFIER_TARGETS :=
showcommands
all
495
# If they only used the modifier goals (
showcommands
, etc), we'll actually
[
all
...]
config.mk
116
# The '
showcommands
' goal says to show the full command
119
SHOW_COMMANDS:= $(filter
showcommands
,$(MAKECMDGOALS))
[
all
...]
/build/
envsetup.sh
826
showcommands
| snod | dist | *=*) ARGS="$ARGS $DIR";;
894
showcommands
| snod | dist | *=*) ARGS="$ARGS $DIR";;
[
all
...]
Completed in 2981 milliseconds