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:
Guido van Rossum 2024-03-18 11:13:11 -07:00 committed by GitHub
parent 7e1f38f2de
commit 9c7b3688e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 7 additions and 180 deletions

View file

@ -6826,8 +6826,7 @@ SRCDIRS="\
Parser/lexer \
Programs \
Python \
Python/frozen_modules \
Python/deepfreeze"
Python/frozen_modules"
AC_MSG_CHECKING([for build directories])
for dir in $SRCDIRS; do
if test ! -d $dir; then