Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793) #29793

Merged
merged 1 commit into from Nov 26, 2021

Conversation

@tiran
Copy link
Member

@tiran tiran commented Nov 26, 2021

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.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue45886

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.

Signed-off-by: Christian Heimes <christian@python.org>
@tiran tiran changed the title bpo-45886: Fix OOT build when srcdir has frozen module headers bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793) Nov 26, 2021
@tiran tiran merged commit 765b2a3 into python:main Nov 26, 2021
11 checks passed
Loading
@tiran tiran deleted the bpo-45886-clean branch Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants