Refactored the layout of the bin folder.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 15s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 15s
This commit is contained in:
parent
a1ae7248ea
commit
2237ff1261
15 changed files with 132 additions and 87 deletions
|
|
@ -19,6 +19,7 @@ endif
|
|||
MB_@RECIPE := ]
|
||||
MB_@RECIPEPREFIX := $(.RECIPEPREFIX)
|
||||
MB_@BASEPATH := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
MB_@WORK := /../_work/
|
||||
MB_@INCLUDE_CHAIN :=
|
||||
|
||||
# Build multiple groups of chains of includes
|
||||
|
|
@ -81,6 +82,8 @@ MB_@INCLUDE_CHAIN :=
|
|||
$(call mb_make_call,mb_doc_variable_rock,MB_@RECIPE,"Recipe prefix to set and indent flow eval rules.")
|
||||
$(call mb_make_call,mb_doc_variable_rock,MB_@RECIPEPREFIX,"Recipe prefix to restore to after flow eval rules.")
|
||||
$(call mb_make_call,mb_doc_variable_rock,MB_@BASEPATH,"Path where msxbuild lib folder is located.")
|
||||
$(call mb_make_call,mb_doc_variable_rock,MB_@WORK,"Shorthand to move to the work folder of module.")
|
||||
$(call mb_make_call,mb_doc_variable_rock,MB_@INCLUDE_CHAIN,"Helper to chain includes into groups.")
|
||||
|
||||
# Provider+doc easy single function start point for user
|
||||
define mb_setup_default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue