Moved and i18n the package archive function.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -6s

This commit is contained in:
Willem Cazander 2024-07-10 17:48:15 +02:00
parent ded142d36e
commit e619ac8de7
5 changed files with 13 additions and 9 deletions

2
src/dist/0module.mk vendored
View file

@ -23,7 +23,7 @@ $(call mb_make_call,mb_doc_target,$(DIST_BIN)/@prepare,"Prepare folder with bina
$(call mb_make_call,mb_make_flag_phony,$(DIST_BIN)/@prepare)
$(DIST_OUT): | $(DIST_BIN)/@prepare
$(call mb_make_call,mb_create_dist,$(DIST_BIN),$@)
$(call mb_make_call,mb_package_create_archive,$(DIST_BIN),$@)
$(call mb_make_call,mb_doc_target,$(DIST_OUT),"Build archive distribution artifact.")
$(call mb_make_call,mb_proj_grow_deps_phase_package,$(DIST_OUT))