]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)
authorChristian Heimes <christian@python.org>
Fri, 26 Nov 2021 16:05:16 +0000 (18:05 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Nov 2021 16:05:16 +0000 (17:05 +0100)
commit765b2a3ad2e8abf9a06d5e9b3802b575ec115d76
treec8175db8241f35ee5fd46e9dc1fc65d050937334
parent8caceb7a474bf32cddfd25fba25b531ff65f4365
bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)

The presence of frozen module headers in srcdir interfers with OOT
build. Make considers headers in srcdir up to date, but later builds do
not use VPATH to locate files. make clean now removes the headers, too.

Also remove stale ``_bootstrap_python`` from .gitignore.
.gitignore
Makefile.pre.in