Merge "Build System: Ignore copies in copy-many-files if src == dst"
am: 5112afe657
Change-Id: I48764170916be8ff5be985c16457ba3f09ce40d2
This commit is contained in:
commit
f52da96e11
|
@ -2481,7 +2481,8 @@ $(foreach f, $(1), $(strip \
|
|||
$(eval _cmf_tuple := $(subst :, ,$(f))) \
|
||||
$(eval _cmf_src := $(word 1,$(_cmf_tuple))) \
|
||||
$(eval _cmf_dest := $(word 2,$(_cmf_tuple))) \
|
||||
$(eval $(call copy-one-file,$(_cmf_src),$(_cmf_dest))) \
|
||||
$(if $(filter-out $(_cmf_src), $(_cmf_dest)), \
|
||||
$(eval $(call copy-one-file,$(_cmf_src),$(_cmf_dest)))) \
|
||||
$(_cmf_dest)))
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in New Issue