WIP moving all flow to namespace.
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
74432311ed
commit
b67ba15457
40 changed files with 1296 additions and 1205 deletions
13
lib/make/𓃬𓍄𓋹𓀭/mb_flow_0module.mk
Normal file
13
lib/make/𓃬𓍄𓋹𓀭/mb_flow_0module.mk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
define __mb_flow_0module_setup
|
||||
$(MB_ᕽᕽᕽ ).PHONY: $(1)
|
||||
$(MB_ᕽᕽᕽ )include $(1)
|
||||
$(MB_ᕽᕽᕽ )@@include-mods:: $(1)
|
||||
$(MB_ᕽᕽᕽ )$(1): @@include-tree
|
||||
endef
|
||||
define mb_flow_0module_setup
|
||||
$(MB_ᕽᕽᕽ )$(call mb_make_call,mb_make_check_arg1,$(0),$(1))
|
||||
$(MB_ᕽᕽᕽ )$(foreach _mod,$(call mb_make_call,mb_make_wildcard_treewalker,$(1),*/0module.mk),$(eval $(call mb_make_call,__$(0),$(_mod))))
|
||||
endef
|
||||
$(call mb_make_call,mb_doc_function_flow,mb_flow_0module_setup,"Prints flow of recursive 0module.mk include.","<dir>")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue