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
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue