Fixed some old naming
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 9s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 9s
This commit is contained in:
parent
dabe1e1403
commit
bf0df519f0
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -49,17 +49,17 @@ Most simple `Makefile` example;
|
||||||
|
|
||||||
# Write normal make rules
|
# Write normal make rules
|
||||||
|
|
||||||
Use simple with 0module structure add tree include structure.
|
To use ONLY the module structure tree loading use the skywalker;
|
||||||
|
|
||||||
PATH_SRC := src
|
PATH_SRC := src
|
||||||
$(call mb_make_call,mb_flow_0module_setup,$(PATH_SRC))
|
$(call mb-make-call,mb-flow-nx01-skywalker,$(PATH_SRC))
|
||||||
|
|
||||||
Or more complex do a full flow setup of project with;
|
Do do a more NORMAL setup, add the full flow setup to the project with;
|
||||||
(note this will call also the 0module_setup for you)
|
(note this will call also the skywalker for you)
|
||||||
|
|
||||||
PATH_BIN := bin
|
PATH_BIN := bin
|
||||||
PATH_SRC := src
|
PATH_SRC := src
|
||||||
$(call mb_make_call,mb_setup_default,$(PATH_BIN),$(PATH_SRC))
|
$(call mb-make-call,mb-setup-default,$(PATH_BIN),$(PATH_SRC))
|
||||||
|
|
||||||
# Write normal and/or dynamic flow rules in many 0module.mk files.
|
# Write normal and/or dynamic flow rules in many 0module.mk files.
|
||||||
|
|
||||||
|
|
@ -141,7 +141,7 @@ When you want to see whats happening do a debug run;
|
||||||
make ASSERT_MSXHUB_MACHINE=Philips_VG_8000 bin/assert/msxhub/@run
|
make ASSERT_MSXHUB_MACHINE=Philips_VG_8000 bin/assert/msxhub/@run
|
||||||
|
|
||||||
view the make graph of an target;
|
view the make graph of an target;
|
||||||
make -Bnd bin/example/dist-hello-qa-msx1/@assert | make2graph | dot -Tpng -o /tmp/out.png;open /tmp/out.png
|
make -Bnd bin/example/dist-hello-qa-msx1/@assert/@package-qa/@check-prefix | make2graph | dot -Tpng -o /tmp/out.png;open /tmp/out.png
|
||||||
|
|
||||||
|
|
||||||
## Internal conventions make
|
## Internal conventions make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue