summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2021-11-23 16:56:06 (GMT)
committerGitHub <noreply@github.com>2021-11-23 16:56:06 (GMT)
commit5be98e57b3c3b36d1a1176b49c73b8822c6380e7 (patch)
tree4791beb2411c0112b19d8fa6b6e867bb33416299 /configure
parentae1965ccb4b1fad63fab40fe8805d1b8247668d3 (diff)
downloadcpython-5be98e57b3c3b36d1a1176b49c73b8822c6380e7.zip
cpython-5be98e57b3c3b36d1a1176b49c73b8822c6380e7.tar.gz
cpython-5be98e57b3c3b36d1a1176b49c73b8822c6380e7.tar.bz2
bpo-45873: Get rid of bootstrap_python (#29717)
Instead we use $(PYTHON_FOR_REGEN) .../deepfreeze.py with the frozen .h file as input, as we did for Windows in bpo-45850. We also get rid of the code that generates the .h files when make regen-frozen is run (i.e., .../make_frozen.py), and the MANIFEST file. Restore Python 3.8 and 3.9 as Windows host Python again Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 148ef58..0684921 100755
--- a/configure
+++ b/configure
@@ -19441,6 +19441,7 @@ SRCDIRS="\
Parser \
Programs \
Python \
+ Python/frozen_modules \
Python/deepfreeze"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for build directories" >&5
$as_echo_n "checking for build directories... " >&6; }