Limited china whitespace to one folder.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -12s

This commit is contained in:
Willem Cazander 2024-07-13 13:18:49 +02:00
parent 321ffc5a8b
commit b78d3e5c1f
27 changed files with 25 additions and 25 deletions

View file

@ -0,0 +1,7 @@
define mb_package_create_archive
$(MB_   )$(call mb_make_call,mb_os_echo_command,$(MB_I18N_PACKAGE_CREATE_ARCHIVE) $(2))
$(MB_   )tar -czf $(2) -C $(1) `ls $(1)`
endef
$(call mb_make_call,mb_doc_function,mb_package_create_archive,"Create an distribution archive.","<dir> <artifact>")