summary refs log tree commit diff stats
path: root/scripts/modinfo-generate.py
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-05-18 11:27:39 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-05-19 20:40:29 +0200
commit4b424c757188f7a47630a4d8edcf4ad9f19255bc (patch)
tree23d69d1f61965897aa42489fcb9a244f287d763d /scripts/modinfo-generate.py
parent9fd9f3952f20046dd454f85dc46c9d13af50c700 (diff)
downloadfocaccia-qemu-4b424c757188f7a47630a4d8edcf4ad9f19255bc.tar.gz
focaccia-qemu-4b424c757188f7a47630a4d8edcf4ad9f19255bc.zip
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 'scripts/modinfo-generate.py')
-rw-r--r--[-rwxr-xr-x]scripts/modinfo-generate.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/scripts/modinfo-generate.py b/scripts/modinfo-generate.py
index b1538fcced..b1538fcced 100755..100644
--- a/scripts/modinfo-generate.py
+++ b/scripts/modinfo-generate.py