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

  /sdk/eclipse/scripts/
create_bridge_symlinks.sh 28 make -j3 showcommands $LIBS || die "Bridge: Failed to build one of $LIBS."
create_adt_symlinks.sh 20 make -j3 showcommands $LIBS || die "ADT: Fail to build one of $LIBS."
create_test_symlinks.sh 61 make -j3 showcommands $MAKE_LIBS || die "adt-tests: Failed to build one of $LIBS."
  /build/core/
config.mk 77 # The 'showcommands' goal says to show the full command
80 SHOW_COMMANDS:= $(filter showcommands,$(MAKECMDGOALS))
main.mk 145 INTERNAL_MODIFIER_TARGETS := showcommands checkbuild
331 # If they only used the modifier goals (showcommands, checkbuild), we'll actually
786 .PHONY: showcommands
787 showcommands:
  /build/
envsetup.sh 666 elif [ "$DIR" = showcommands ]; then
667 ARGS="$ARGS showcommands"

Completed in 300 milliseconds