summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2024-03-18 18:13:11 (GMT)
committerGitHub <noreply@github.com>2024-03-18 18:13:11 (GMT)
commit9c7b3688e6ff071456e0ee623b82870755ea7808 (patch)
treebc8bcc609716fb210e9ada3e514b7bd505d13d61 /configure
parent7e1f38f2de8f93de362433203faa5605a0c47f0e (diff)
downloadcpython-9c7b3688e6ff071456e0ee623b82870755ea7808.zip
cpython-9c7b3688e6ff071456e0ee623b82870755ea7808.tar.gz
cpython-9c7b3688e6ff071456e0ee623b82870755ea7808.tar.bz2
gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)
Keep Tools/build/deepfreeze.py around (we may repurpose it for deepfreezing non-code objects), and keep basic "clean" targets that remove the output of former deep-freeze activities, to keep the build directories of current devs clean.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 9b40c48..07dce38 100755
--- a/configure
+++ b/configure
@@ -27318,8 +27318,7 @@ SRCDIRS="\
Parser/lexer \
Programs \
Python \
- Python/frozen_modules \
- Python/deepfreeze"
+ Python/frozen_modules"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for build directories" >&5
printf %s "checking for build directories... " >&6; }
for dir in $SRCDIRS; do