diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-12-12 13:30:36 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:42 -0400 |
commit | 484e2cc730a86f7066b3e29c5bb8440747b61f01 (patch) | |
tree | ecd5fc55434ad0c0015fb7313e99df2da3f64950 /docs/devel | |
parent | d3ca592b3c10ba3d340e28f68a9a155dacdf4446 (diff) | |
download | qemu-484e2cc730a86f7066b3e29c5bb8440747b61f01.zip |
rules.mak: drop unneeded macros
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/devel')
-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 |