Commit 765b2a3
authored
bpo-45886: Fix OOT build when srcdir has frozen module headers (pythonGH-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.1 parent 8caceb7 commit 765b2a3
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
591 | 594 | | |
592 | 595 | | |
593 | 596 | | |
| |||
2293 | 2296 | | |
2294 | 2297 | | |
2295 | 2298 | | |
| 2299 | + | |
| 2300 | + | |
2296 | 2301 | | |
2297 | 2302 | | |
2298 | 2303 | | |
| |||
2330 | 2335 | | |
2331 | 2336 | | |
2332 | 2337 | | |
2333 | | - | |
2334 | | - | |
2335 | 2338 | | |
2336 | 2339 | | |
2337 | 2340 | | |
| |||
0 commit comments