Skip to content

Commit cb69845

Browse files
committed
Remove Python/deepfreeze contents
1 parent 76fb82d commit cb69845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2197,6 +2197,7 @@ clean-retain-profile: pycremoval
21972197
-rm -f pybuilddir.txt
21982198
-rm -f Lib/lib2to3/*Grammar*.pickle
21992199
-rm -f Programs/_testembed Programs/_freeze_module $(BOOTSTRAP)
2200+
-rm -f Python/deepfreeze/*.[co]
22002201
-find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
22012202
-rm -f Include/pydtrace_probes.h
22022203
-rm -f profile-gen-stamp
@@ -2217,7 +2218,6 @@ clean: clean-retain-profile
22172218

22182219
clobber: clean
22192220
-rm -f $(BUILDPYTHON) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
2220-
$(BOOTSTRAP)\
22212221
tags TAGS \
22222222
config.cache config.log pyconfig.h Modules/config.c
22232223
-rm -rf build platform

0 commit comments

Comments
 (0)