]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84461: Add HOSTRUNNER for program to run Python executable (GH-91931)
authorEthan Smith <ethan@ethanhs.me>
Thu, 28 Apr 2022 12:14:19 +0000 (05:14 -0700)
committerGitHub <noreply@github.com>
Thu, 28 Apr 2022 12:14:19 +0000 (05:14 -0700)
commitd1de10784d9678d14759d0d03216431d1090e60e
tree41a6ed1074400ac9a2cf54eb60334425d603db5c
parent87c6cf9aa7cebac3c544067e690c2ad7ce18b772
gh-84461: Add HOSTRUNNER for program to run Python executable (GH-91931)

`HOSTRUNNER` is a program which can be used to run `BUILDPYTHON` for the host platform (for example, `python.js` requires `node`).

Also change depedencies from `build_all` to `all` so that targets which can't build everything (e.g. WASM) can still run `buildbottest` and `pythoninfo`.

cc @tiran
Makefile.pre.in
configure
configure.ac