Lines Matching refs:build_output
56 BUILD_OUTPUT := $(O)
60 ifneq ($(BUILD_OUTPUT),)
62 define build_output
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