aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-09-01 12:10:05 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-09-08 11:43:16 +0200
commit660f79309303d696531ffb394719dfab3e0c42c0 (patch)
tree2a01f6b4dce406ad9c087d688b52e7555294197f /docs
parent296bf3d12bee9483d5e7270520088e8974a789f5 (diff)
downloadqemu-660f79309303d696531ffb394719dfab3e0c42c0.zip
qemu-660f79309303d696531ffb394719dfab3e0c42c0.tar.gz
qemu-660f79309303d696531ffb394719dfab3e0c42c0.tar.bz2
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')
-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 0c09fb9..55f0576 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