Home
last modified time | relevance | path

Searched hist:"79 bd3ae9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/docker/
H A DMakefile.include79bd3ae9 Tue Apr 19 04:10:03 CDT 2022 Paolo Bonzini <pbonzini@redhat.com> tests/docker: inline variable definitions or move close to use

Variables that are defined with ":=" are handled imperatively, so moving
them closer to the first use ensures that all the assignments prior to
the first use are taken into account.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20220401141326.1244422-6-pbonzini@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220419091020.3008144-9-alex.bennee@linaro.org>