diff options
| author | Paolo Bonzini | 2019-12-12 13:30:36 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2020-08-21 12:30:42 +0200 |
| commit | 484e2cc730a86f7066b3e29c5bb8440747b61f01 (patch) | |
| tree | ecd5fc55434ad0c0015fb7313e99df2da3f64950 /docs | |
| parent | meson: convert check-block (diff) | |
| download | qemu-484e2cc730a86f7066b3e29c5bb8440747b61f01.tar.gz qemu-484e2cc730a86f7066b3e29c5bb8440747b61f01.tar.xz qemu-484e2cc730a86f7066b3e29c5bb8440747b61f01.zip | |
rules.mak: drop unneeded macros
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/devel/build-system.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/devel/build-system.txt b/docs/devel/build-system.txt index 41bd08ea3a..fea67b207c 100644 --- a/docs/devel/build-system.txt +++ b/docs/devel/build-system.txt @@ -404,10 +404,7 @@ using Makefile.target for the build rules. - rules.mak This file provides the generic helper rules for invoking build tools, in -particular the compiler and linker. This also contains the magic (hairy) -'unnest-vars' function which is used to merge the variable definitions -from all Makefile.objs in the source tree down into the main Makefile -context. +particular the compiler and linker. - default-configs/*.mak |
