diff options
author | Christian Heimes <christian@python.org> | 2021-11-26 16:05:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-26 16:05:16 (GMT) |
commit | 765b2a3ad2e8abf9a06d5e9b3802b575ec115d76 (patch) | |
tree | c8175db8241f35ee5fd46e9dc1fc65d050937334 /.gitignore | |
parent | 8caceb7a474bf32cddfd25fba25b531ff65f4365 (diff) | |
download | cpython-765b2a3ad2e8abf9a06d5e9b3802b575ec115d76.zip cpython-765b2a3ad2e8abf9a06d5e9b3802b575ec115d76.tar.gz cpython-765b2a3ad2e8abf9a06d5e9b3802b575ec115d76.tar.bz2 |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -60,7 +60,6 @@ Lib/distutils/command/*.pdb Lib/lib2to3/*.pickle Lib/test/data/* !Lib/test/data/README -/_bootstrap_python /Makefile /Makefile.pre Mac/Makefile |