We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fb82d commit cb69845Copy full SHA for cb69845
Makefile.pre.in
@@ -2197,6 +2197,7 @@ clean-retain-profile: pycremoval
2197
-rm -f pybuilddir.txt
2198
-rm -f Lib/lib2to3/*Grammar*.pickle
2199
-rm -f Programs/_testembed Programs/_freeze_module $(BOOTSTRAP)
2200
+ -rm -f Python/deepfreeze/*.[co]
2201
-find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
2202
-rm -f Include/pydtrace_probes.h
2203
-rm -f profile-gen-stamp
@@ -2217,7 +2218,6 @@ clean: clean-retain-profile
2217
2218
2219
clobber: clean
2220
-rm -f $(BUILDPYTHON) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
- $(BOOTSTRAP)\
2221
tags TAGS \
2222
config.cache config.log pyconfig.h Modules/config.c
2223
-rm -rf build platform
0 commit comments