On Tue, Oct 15, 2024 at 03:17:20PM +0200, Paolo Bonzini wrote: > Date: Tue, 15 Oct 2024 15:17:20 +0200 > From: Paolo Bonzini <pbonz...@redhat.com> > Subject: [PATCH 02/16] meson: remove repeated search for rust_root_crate.sh > X-Mailer: git-send-email 2.46.2 > > Avoid repeated lines of the form > > Program scripts/rust/rust_root_crate.sh found: YES > (/home/pbonzini/work/upstream/qemu/scripts/rust/rust_root_crate.sh) > > in the meson logs. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > meson.build | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>