Lines Matching refs:build
167 BuildPath = build
200 # build-target <target>
202 # Build the OpenThread intermediate build products for the specified
205 # target - The target to build.
207 define build-target
211 endef # build-target
256 # Stage (install) the OpenThread final build products for the specified
271 # Define macros, targets and rules to configure, build, and stage
278 BUILD_TARGETS += do-build-$(1)
291 do-build-$(1): configure-$(1)
293 do-build-$(1):
294 +$$(call build-target,$(1))
296 check-$(1): do-build-$(1)
301 distcheck-$(1): do-build-$(1)
306 coverage-$(1): do-build-$(1)
311 stage-$(1): do-build-$(1)
323 # Instantiate an target-specific build template for the target.
333 build: $(BUILD_TARGETS)
358 …$(ECHO) "Simply type 'make -f $(firstword $(MAKEFILE_LIST))' to build OpenThread for the following…