Report cloned files copy count.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 4s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 4s
This commit is contained in:
parent
e07a0e1b09
commit
a69052c3da
|
@ -5,8 +5,8 @@ define __mb-flow-clone-deps
|
|||
$(1)/%: $(2)/%
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-file-copy,$$<,$$@)
|
||||
|
||||
#$(1)/@@process-deps:: $(4)
|
||||
#$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-remark,$(MB_I18N_FLOW_CLONE_REPORT) $$(words $$^))
|
||||
$(1)/@@process-deps::
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-os-echo-remark,$(MB_I18N_FLOW_CLONE_REPORT) $$(words $(4)))
|
||||
|
||||
.RECIPEPREFIX := $(MB_@RECIPEPREFIX)
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue