diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-01 12:10:05 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-08 11:43:16 +0200 |
commit | 660f79309303d696531ffb394719dfab3e0c42c0 (patch) | |
tree | 2a01f6b4dce406ad9c087d688b52e7555294197f /docs/devel | |
parent | 296bf3d12bee9483d5e7270520088e8974a789f5 (diff) | |
download | qemu-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/devel')
-rw-r--r-- | docs/devel/build-system.rst | 4 |
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 |