Home | History | Annotate | Download | only in core

Lines Matching refs:dst

33 # A global variable to remember all dist'ed src:dst pairs.
34 # So if a src:dst is already dist'ed by another goal,
51 $(eval dst := $(word 2,$(fw))) \
52 $(eval dst := $(if $(dst),$(dst),$(notdir $(src)))) \
53 $(if $(filter $(_all_dist_src_dst_pairs),$(src):$(dst)),\
54 $(eval $(call add-dependency,$(1),$(DIST_DIR)/$(dst))),\
56 $(src),$(DIST_DIR)/$(dst),$(1)))\
57 $(eval _all_dist_src_dst_pairs += $(src):$(dst))\