diff options
author | Guido van Rossum <guido@python.org> | 2024-03-18 18:13:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 18:13:11 (GMT) |
commit | 9c7b3688e6ff071456e0ee623b82870755ea7808 (patch) | |
tree | bc8bcc609716fb210e9ada3e514b7bd505d13d61 /configure | |
parent | 7e1f38f2de8f93de362433203faa5605a0c47f0e (diff) | |
download | cpython-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-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |