Re: [PATCH] meson: look up cp and dtrace with find_program()

2021-09-07 Thread Paolo Bonzini
On 07/09/21 21:06, Marc-André Lureau wrote: Hi On Tue, Sep 7, 2021 at 9:27 PM Paolo Bonzini > wrote: Avoid that meson prints a "Program xyz found" test once per custom_target. Signed-off-by: Paolo Bonzini mailto:pbonz...@redhat.com>> Reviewed-by: Marc

Re: [PATCH] meson: look up cp and dtrace with find_program()

2021-09-07 Thread Marc-André Lureau
Hi On Tue, Sep 7, 2021 at 9:27 PM Paolo Bonzini wrote: > Avoid that meson prints a "Program xyz found" test once per > custom_target. > > Signed-off-by: Paolo Bonzini > Reviewed-by: Marc-André Lureau Is there a meson bug already? > --- > pc-bios/keymaps/meson.build | 3 ++- > trace/meson.

[PATCH] meson: look up cp and dtrace with find_program()

2021-09-07 Thread Paolo Bonzini
Avoid that meson prints a "Program xyz found" test once per custom_target. Signed-off-by: Paolo Bonzini --- pc-bios/keymaps/meson.build | 3 ++- trace/meson.build | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pc-bios/keymaps/meson.build b/pc-bios/keymaps/mes