WIP more flow rename.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -11s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -11s
This commit is contained in:
parent
920de8a8b1
commit
7c8f4207c6
11 changed files with 34 additions and 35 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
define __mb_tool_m80_flow_bdos_mono
|
||||
define __mb_flow_m80_bdos_mono
|
||||
.RECIPEPREFIX := $(MB_@RECIPE)
|
||||
|
||||
$(1): | @init
|
||||
|
|
@ -41,9 +41,9 @@ $(MB_ᕽᕽᕽ )$$(call mb_make_call,mb_make_target_phony,$(1)/@run)
|
|||
|
||||
.RECIPEPREFIX := $(MB_@RECIPEPREFIX)
|
||||
endef
|
||||
define mb_tool_m80_flow_bdos_mono
|
||||
define mb_flow_m80_bdos_mono
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_make_check_arg3,$(0),$(1),$(2),$(3))
|
||||
$(MB_ᕽᕽᕽ )$(eval $(call mb_make_call,__$(0),$(1),$(2),$(3)))
|
||||
endef
|
||||
$(call mb_make_call,mb_doc_function_flow,mb_tool_m80_flow_bdos_mono,"Inject flow of m80 toolchain bdos mono file module.","<bin-dir> <src-dir> <objname>")
|
||||
$(call mb_make_call,mb_doc_function_flow,mb_flow_m80_bdos_mono,"Inject flow of m80 toolchain bdos mono file module.","<bin-dir> <src-dir> <objname>")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue