Gave module proj auto parent cycle and removed that for assert clones.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
This commit is contained in:
parent
e9f91f1e96
commit
bc70369c37
12 changed files with 82 additions and 53 deletions
|
|
@ -11,25 +11,21 @@ $(1)/@@process-deps:: $(1)/$(3).mac
|
|||
$(1)/$(3).mac: $(2)/$(3).mac | $(1)/@prepare
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-conv-unix2dos,$(2)/$(3).mac,$(1)/$(3).mac)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-deep,$(1)/$(3).mac)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-proj-grow-deps-phase,@process,$(1)/$(3).mac)
|
||||
|
||||
$(1)/@@compile-deps:: $(1)/$(3).rel
|
||||
$(1)/$(3).rel: $(1)/$(3).mac
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-msxpipe-safe-cmd,$(1),m80 $$(MB_MAKE_EQUALS)$(3)/Z)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-deep,$(1)/$(3).rel)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-proj-grow-deps-phase,@compile,$(1)/$(3).rel)
|
||||
|
||||
$(1)/@@link-deps:: $(1)/$(3).hex
|
||||
$(1)/$(3).hex: $(1)/$(3).rel
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-msxpipe-safe-cmd,$(1),l80 $(3)$$(MB_MAKE_COMMA)$(3)/N/X/Y/E)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-deep,$(1)/$(3).hex)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-proj-grow-deps-phase,@link,$(1)/$(3).hex)
|
||||
|
||||
$(1)/@@build-deps:: $(1)/$(3).com
|
||||
$(1)/$(3).com: $(1)/$(3).hex
|
||||
$(MB_@RECIPE)$$(call mb-make-call,mb-msxpipe-safe-cmd,$(1),hextocom $(3))
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-doc-target-deep,$(1)/$(3).com)
|
||||
$(MB_ᕽᕽᕽ )$$(call mb-make-call,mb-proj-grow-deps-phase,@build,$(1)/$(3).com)
|
||||
|
||||
.RECIPEPREFIX := $(MB_@RECIPEPREFIX)
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue