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

/build/core/
H A Ddistdir.mk17 # When specifying "dist", the user has asked that we copy the important
20 .PHONY: dist
21 dist: ;
23 dist_goal := $(strip $(filter dist,$(MAKECMDGOALS)))
24 MAKECMDGOALS := $(strip $(filter-out dist,$(MAKECMDGOALS)))
26 # The commandline was something like "make dist" or "make dist showcommands".
28 dist: $(DEFAULT_GOAL)
37 define copy-one-dist-file
44 # A global variable to remember all dist'e
[all...]

Completed in 105 milliseconds