mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-09 08:17:53 -06:00
docs: put "make" information together in build-system.rst
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
f9df7aac75
commit
8b8939e44f
1 changed files with 10 additions and 11 deletions
|
@ -380,6 +380,16 @@ phony target, while benchmarks are run with ``make bench``. Meson test
|
||||||
suites such as ``unit`` can be ran with ``make check-unit`` too. It is also
|
suites such as ``unit`` can be ran with ``make check-unit`` too. It is also
|
||||||
possible to run tests defined in meson.build with ``meson test``.
|
possible to run tests defined in meson.build with ``meson test``.
|
||||||
|
|
||||||
|
Useful make targets
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
``help``
|
||||||
|
Print a help message for the most common build targets.
|
||||||
|
|
||||||
|
``print-VAR``
|
||||||
|
Print the value of the variable VAR. Useful for debugging the build
|
||||||
|
system.
|
||||||
|
|
||||||
Important files for the build system
|
Important files for the build system
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
|
@ -473,14 +483,3 @@ Built by Makefile:
|
||||||
meson.build. The rules are produced from Meson's JSON description of
|
meson.build. The rules are produced from Meson's JSON description of
|
||||||
tests (obtained with "meson introspect --tests") through the script
|
tests (obtained with "meson introspect --tests") through the script
|
||||||
scripts/mtest2make.py.
|
scripts/mtest2make.py.
|
||||||
|
|
||||||
|
|
||||||
Useful make targets
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
``help``
|
|
||||||
Print a help message for the most common build targets.
|
|
||||||
|
|
||||||
``print-VAR``
|
|
||||||
Print the value of the variable VAR. Useful for debugging the build
|
|
||||||
system.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue