Moved and i18n the package archive function.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -6s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -6s
This commit is contained in:
parent
ded142d36e
commit
e619ac8de7
5 changed files with 13 additions and 9 deletions
7
lib/make/ᐊᑐᕐᓗᒍ/mb_package.mk
Normal file
7
lib/make/ᐊᑐᕐᓗᒍ/mb_package.mk
Normal 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>")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue