Limited china whitespace to one folder.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -12s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -12s
This commit is contained in:
parent
321ffc5a8b
commit
b78d3e5c1f
27 changed files with 25 additions and 25 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