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.
C
Christian Heimes committed
765b2a3ad2e8abf9a06d5e9b3802b575ec115d76
Parent: 8caceb7
Committed by GitHub <noreply@github.com>
on 11/26/2021, 4:05:16 PM