aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2021-09-07 16:25:50 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2021-10-01 19:04:45 +0200
commit8b8939e44fc8315885598a9e1ee8deeea3b68a96 (patch)
tree20d3a79e570810245e53108f087be96ae3782248 /docs
parentf9df7aac758fed5cc2fb9210ad0edba79434aeed (diff)
downloadqemu-8b8939e44fc8315885598a9e1ee8deeea3b68a96.zip
qemu-8b8939e44fc8315885598a9e1ee8deeea3b68a96.tar.gz
qemu-8b8939e44fc8315885598a9e1ee8deeea3b68a96.tar.bz2
docs: put "make" information together in build-system.rst
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/devel/build-system.rst21
1 files changed, 10 insertions, 11 deletions
diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst
index 3baec15..0f636d6 100644
--- a/docs/devel/build-system.rst
+++ b/docs/devel/build-system.rst
@@ -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
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
====================================
@@ -473,14 +483,3 @@ Built by Makefile:
meson.build. The rules are produced from Meson's JSON description of
tests (obtained with "meson introspect --tests") through the script
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.