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
|
|
@ -34,7 +34,7 @@ endif
|
|||
endif
|
||||
.PHONY: $(MB_@BASEPATH)$(1)
|
||||
include $(MB_@BASEPATH)$(1)
|
||||
$(if $(MB_@INCLUDE_CHAIN),$(eval $(MB_@BASEPATH)$(1): $(MB_@INCLUDE_CHAIN)))
|
||||
$(MB_@BASEPATH)$(1): $(MB_@INCLUDE_CHAIN)
|
||||
MB_@INCLUDE_CHAIN := $(MB_@BASEPATH)$(1)
|
||||
endef
|
||||
|
||||
|
|
@ -85,10 +85,9 @@ endif
|
|||
MB_@INCLUDE_CHAIN :=
|
||||
|
||||
# Glue phony targets to get internal @include tree (semi) correct (TODO: fix chain in: mb_flow_0module_setup)
|
||||
.PHONY: @include @@include-root @@include-libs @@include-mods @@include-parent @@include-tree @@module-msxhub
|
||||
.PHONY: @include @@include-root @@include-libs @@include-mods @@include-parent @@include-tree
|
||||
@@include-parent:: @@include-mods
|
||||
@include:: @@include-libs @@include-root
|
||||
@@module-msxhub: @@include-libs
|
||||
|
||||
# Document our internal variables, now we have the functions loaded
|
||||
$(MB_ᕽᕽᕽ )$(call mb-make-call,mb-doc-variable-rock,MB_@RECIPE,Recipe prefix to set and indent flow eval rules.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue