From 660f79309303d696531ffb394719dfab3e0c42c0 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 1 Sep 2020 12:10:05 -0400 Subject: 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 --- docs/devel/build-system.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs') 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 -- cgit v1.1