OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_output
(Results
1 - 2
of
2
) sorted by null
/art/test/
run-test
118
build_output
="build-output.txt"
653
"./${build}" $build_args >"$
build_output
" 2>&1
667
cat "$
build_output
" 1>&2
672
"./${build}" $build_args >"$
build_output
" 2>&1
675
cp "$
build_output
" "$output"
687
"./${build}" $build_args >"$
build_output
" 2>&1
713
cp "$
build_output
" "$output"
/external/linux-tools-perf/src/tools/lib/traceevent/
Makefile
56
BUILD_OUTPUT
:= $(O)
60
ifneq ($(
BUILD_OUTPUT
),)
62
define
build_output
macro
63
$(if $(VERBOSE:1=),@)+$(MAKE) -C $(
BUILD_OUTPUT
) \
67
saved-output := $(
BUILD_OUTPUT
)
68
BUILD_OUTPUT
:= $(shell cd $(
BUILD_OUTPUT
) && /bin/pwd)
69
$(if $(
BUILD_OUTPUT
),, \
77
$(call
build_output
, $(MAKECMDGOALS))
83
endif #
BUILD_OUTPUT
[
all
...]
Completed in 454 milliseconds