Skip to content

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

Merged
tiran merged 1 commit intopython:mainfrom
tiran:bpo-45886-clean
Nov 26, 2021
Merged

bpo-45886: Fix OOT build when srcdir has frozen module headers (GH-29793)#29793
tiran merged 1 commit intopython:mainfrom
tiran:bpo-45886-clean

Conversation

@tiran
Copy link
Copy Markdown
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 [email protected]

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 <[email protected]>
@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
@tiran tiran deleted the bpo-45886-clean branch November 26, 2021 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants