diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-18 11:27:39 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-19 20:40:29 +0200 |
commit | 4b424c757188f7a47630a4d8edcf4ad9f19255bc (patch) | |
tree | 23d69d1f61965897aa42489fcb9a244f287d763d /hw/audio/pl041.c | |
parent | 9fd9f3952f20046dd454f85dc46c9d13af50c700 (diff) |
scripts: make sure scripts are invoked via $(PYTHON)
Some scripts are invoked via the first "python3" binary in the PATH,
because they are executable and their shebang line is "#! /usr/bin/env
python3". To enforce usage of $(PYTHON), make them nonexecutable.
Scripts invoked via meson need nothing else, and meson-buildoptions.py
is already using $(PYTHON). For probe-gdb-support.py however the
invocation in the configure script has to be adjusted.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/audio/pl041.c')
0 files changed, 0 insertions, 0 deletions