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"
425 "./${build}" >"$build_output" 2>&1
433 cat "$build_output" 1>&2
438 "./${build}" >"$build_output" 2>&1
441 cp "$build_output" "$output"
453 "./${build}" >"$build_output" 2>&1
459 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 66 milliseconds