Commit 3e11c6dfa1 for qemu.org

commit 3e11c6dfa1d8b6dd4e6a2d29c9af6fffe42b58f5
Author: Alex Bennée <alex.bennee@linaro.org>
Date:   Wed Jan 14 10:25:22 2026 +0000

    docs/devel: s/most/most recent/ ``probe_target_compiler`` call

    Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
    Reviewed-by: Thomas Huth <thuth@redhat.com>
    Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
    Link: https://lore.kernel.org/qemu-devel/20260114102522.4044591-1-alex.bennee@linaro.org
    Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>

diff --git a/docs/devel/build-system.rst b/docs/devel/build-system.rst
index b9797a374c..e746bf8187 100644
--- a/docs/devel/build-system.rst
+++ b/docs/devel/build-system.rst
@@ -88,7 +88,7 @@ and operating systems:
   ``$target_ar``, etc. to non-empty values.

 ``write_target_makefile``
-  Write a Makefile fragment to stdout, exposing the result of the most
+  Write a Makefile fragment to stdout, exposing the result of the most recent
   ``probe_target_compiler`` call as the usual Make variables (``CC``,
   ``AR``, ``LD``, etc.).