Renamed to remark of sub commands.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -9s
This commit is contained in:
parent
823513abe4
commit
74432311ed
|
@ -102,7 +102,7 @@ endef
|
|||
$(call mb_make_call,mb_doc_function_deep,mb_os_echo_phase,"Echo's an message to stdout with 'magenta' crayon.","<message>")
|
||||
|
||||
|
||||
define mb_os_echo_alert
|
||||
define mb_os_echo_remark
|
||||
$(MB__ )$(call mb_make_call,mb_os_crayon_tagged_echo,36,$(1))
|
||||
endef
|
||||
$(call mb_make_call,mb_doc_function_deep,mb_os_echo_alert,"Echo's an message to stdout with 'cyan' crayon.","<message>")
|
||||
|
|
|
@ -155,7 +155,7 @@ endef
|
|||
|
||||
|
||||
define mb_autoexec_write_default
|
||||
$(MB__ )$(call mb_make_call,mb_os_echo_command,$(MB_I18N_AUTOEXEC_WRITE) $@)
|
||||
$(MB__ )$(call mb_make_call,mb_os_echo_remark,$(MB_I18N_AUTOEXEC_WRITE) $@)
|
||||
$(MB__ )@echo -n "" > $(1)/autoexec.bat
|
||||
$(MB__ )$(if $(wildcard $(1)/utils),$(call mb_make_call,_mb_autoexec_write_preboot,$(1),utils\,$(2),$(3)),$(call mb_make_call,_mb_autoexec_write_preboot,$(1),,$(2),$(3)))
|
||||
$(MB__ )$(if $(filter on,$(MB_AUTOEXEC_SHOW_HOST)),$(call mb_make_call,mb_autoexec_append_cmd,$(1),omsxctl boot_exec_show_host))
|
||||
|
|
Loading…
Reference in a new issue