mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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.
This commit is contained in:
parent
7e1f38f2de
commit
9c7b3688e6
9 changed files with 7 additions and 180 deletions
3
configure
generated
vendored
3
configure
generated
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue