OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showcommands
(Results
1 - 11
of
11
) sorted by null
/sdk/eclipse/scripts/
create_sdkman_symlinks.sh
16
make -j3
showcommands
$LIBS || die "SDK Manager: Failed to build one of $LIBS."
create_bridge_symlinks.sh
28
make -j3
showcommands
$LIBS || die "Bridge: Failed to build one of $LIBS."
create_hierarchyviewer_symlinks.sh
23
make -j3
showcommands
$ALL_LIBS || die "Hierarchy Viewer: Fail to build one of $ALL_LIBS."
create_ddms_symlinks.sh
26
make -j3
showcommands
$ALL_LIBS || die "DDMS: Fail to build one of $ALL_LIBS."
create_traceview_symlinks.sh
22
make -j3
showcommands
$LIBS || die "TRACEVIEW: Fail to build one of $LIBS."
create_adt_symlinks.sh
22
make -j3
showcommands
$LIBS || die "ADT: Fail to build one of $LIBS."
create_test_symlinks.sh
41
make -j3
showcommands
$LIBS || die "ADT: Fail to build one of $LIBS."
/development/build/tools/
windows_sdk.mk
79
$(hide) USE_MINGW=1 USE_CCACHE="" $(MAKE) PRODUCT-$(TARGET_PRODUCT)-$(strip $(WIN_TARGETS)) $(if $(hide),,
showcommands
)
/build/core/
config.mk
80
# The '
showcommands
' goal says to show the full command
83
SHOW_COMMANDS:= $(filter
showcommands
,$(MAKECMDGOALS))
main.mk
157
INTERNAL_MODIFIER_TARGETS :=
showcommands
checkbuild all incrementaljavac
354
# If they only used the modifier goals (
showcommands
, checkbuild), we'll actually
865
.PHONY:
showcommands
866
showcommands
:
/build/
envsetup.sh
634
elif [ "$DIR" =
showcommands
]; then
635
ARGS="$ARGS
showcommands
"
Completed in 399 milliseconds