]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104692: Include commoninstall as a prerequisite for bininstall (#104693)
authorJeffery To <jeffery.to@gmail.com>
Wed, 7 Jun 2023 06:59:56 +0000 (14:59 +0800)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2023 06:59:56 +0000 (08:59 +0200)
commit990cb3676c2edb7e5787372d6cbe360a73367f4c
treead81309511fa7022916b28a9c491454da6515783
parent81c81328a4fa13fead6f8cc9053a1a32a62a0279
gh-104692: Include commoninstall as a prerequisite for bininstall (#104693)

This ensures that `commoninstall` is completed before `bininstall` is
started when parallel builds are used (`make -j install`), and so the
`python3` symlink is only installed after all standard library modules
are installed.

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
Makefile.pre.in
Misc/NEWS.d/next/Build/2023-05-20-23-49-30.gh-issue-104692.s5UIu5.rst [new file with mode: 0644]