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

  /art/test/
run-test 65 build_output="build-output.txt"
420 "./${build}" >"$build_output" 2>&1
428 cat "$build_output" 1>&2
433 "./${build}" >"$build_output" 2>&1
436 cp "$build_output" "$output"
448 "./${build}" >"$build_output" 2>&1
454 cp "$build_output" "$output"
  /external/linux-tools-perf/perf-3.12.0/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 72 milliseconds