Searched defs:BUILD_OUTPUT (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/src/tools/lib/traceevent/
H A DMakefile56 BUILD_OUTPUT := $(O) macro
60 ifneq ($(BUILD_OUTPUT),)
63 $(if $(VERBOSE:1=),@)+$(MAKE) -C $(BUILD_OUTPUT) \
67 saved-output := $(BUILD_OUTPUT)
68 BUILD_OUTPUT := $(shell cd $(BUILD_OUTPUT) && /bin/pwd) macro
69 $(if $(BUILD_OUTPUT),, \
83 endif # BUILD_OUTPUT

Completed in 88 milliseconds