summaryrefslogtreecommitdiffstats
path: root/docs/devel
diff options
context:
space:
mode:
authorPaolo Bonzini2020-09-01 18:10:05 +0200
committerPaolo Bonzini2020-09-08 11:43:16 +0200
commit660f79309303d696531ffb394719dfab3e0c42c0 (patch)
tree2a01f6b4dce406ad9c087d688b52e7555294197f /docs/devel
parentMakefile: remove dead variables and includes (diff)
downloadqemu-660f79309303d696531ffb394719dfab3e0c42c0.tar.gz
qemu-660f79309303d696531ffb394719dfab3e0c42c0.tar.xz
qemu-660f79309303d696531ffb394719dfab3e0c42c0.zip
Makefile: inline the relevant parts of rules.mak
Most of rules.mak is not used anymore, just inline what's needed. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/devel')
-rw-r--r--docs/devel/build-system.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst
index 0c09fb9a54..55f0576c07 100644
--- a/docs/devel/build-system.rst
+++ b/docs/devel/build-system.rst
@@ -401,10 +401,6 @@ number of dynamically created files listed later.
executables. Build rules for various subdirectories are included in
other meson.build files spread throughout the QEMU source tree.
-`rules.mak`
- This file provides the generic helper rules for invoking build tools, in
- particular the compiler and linker.
-
`tests/Makefile.include`
Rules for building the unit tests. This file is included directly by the
top level Makefile, so anything defined in this file will influence the