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
16
lib/make/ᐅᖓᕙᕆᐊᖅᓯᓂᖅ/mb_conv.mk
Normal file
16
lib/make/ᐅᖓᕙᕆᐊᖅᓯᓂᖅ/mb_conv.mk
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
define mb_conv_unix2dos
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_make_check_arg2,mb_conv_unix2dos,$(1),$(2))
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_os_echo_command,$(MB_I18N_CONV_UNIX2DOS) $(2))
|
||||
$(MB_ᕽᕽᕽ )unix2dos -q -n $(1) $(2)
|
||||
endef
|
||||
$(call mb_make_call,mb_doc_function,mb_conv_unix2dos,"Converts an unix file to dos.","<in> <out>")
|
||||
|
||||
|
||||
define mb_conv_dos2unix
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_make_check_arg2,mb_conv_dos2unix,$(1),$(2))
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_os_echo_command,$(MB_I18N_CONV_DOS2UNIX) $(2))
|
||||
$(MB_ᕽᕽᕽ )dos2unix -q -n $(1) $(2)
|
||||
endef
|
||||
$(call mb_make_call,mb_doc_function,mb_conv_dos2unix,"Converts an dos file to unix.","<in> <out>")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue