HomeSort by relevance Sort by last modified time
    Searched refs:showcommands (Results 1 - 7 of 7) sorted by null

  /art/tools/
buildbot-build.sh 37 showcommands=
50 elif [[ "$1" == "--showcommands" ]]; then
51 showcommands="showcommands"
62 make_command="make $j_arg $showcommands build-art-host-tests $common_targets"
66 make_command="make $j_arg $showcommands build-art-target-tests $common_targets"
  /art/tools/golem/
build-target.sh 46 --showcommands Show commands as they are being executed.
70 # Display a command, but don't execute it, if --showcommands was set.
72 if [[ $showcommands == "showcommands" ]]; then
77 # Execute a command, displaying it if --showcommands was set.
164 showcommands=""
208 --showcommands)
209 showcommands="showcommands"
  /build/make/core/
ninja_config.mk 10 NINJA_EXCLUDE_GOALS := showcommands all dist
main.mk 234 INTERNAL_MODIFIER_TARGETS := showcommands all
477 # If they only used the modifier goals (showcommands, etc), we'll actually
    [all...]
config.mk 136 # The 'showcommands' goal says to show the full command
139 SHOW_COMMANDS:= $(filter showcommands,$(MAKECMDGOALS))
    [all...]
  /build/soong/ui/build/
config.go 107 } else if arg == "showcommands" {
  /build/make/
envsetup.sh 854 showcommands | snod | dist | *=*) ARGS="$ARGS $DIR";;
931 showcommands | snod | dist | *=*) ARGS="$ARGS $DIR";;
    [all...]

Completed in 144 milliseconds