summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-06 23:56:54 (GMT)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-06 23:56:54 (GMT)
commit653c8509191623951ca7d0091f470d3632034d84 (patch)
treed77553bdbd000ccd96db9c941eada0e595458098 /Makefile.pre.in
parent4bf580d6d5b0016c040963fe9c155043965c0d48 (diff)
downloadcpython-653c8509191623951ca7d0091f470d3632034d84.zip
cpython-653c8509191623951ca7d0091f470d3632034d84.tar.gz
cpython-653c8509191623951ca7d0091f470d3632034d84.tar.bz2
Fixes issue26307: The profile-opt build now applys PGO to the built-in
modules.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index c9aa13a..f07c282 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1595,7 +1595,7 @@ clean: pycremoval
-rm -f pybuilddir.txt
-rm -f Lib/lib2to3/*Grammar*.pickle
-rm -f Programs/_testembed Programs/_freeze_importlib
- -rm -rf build
+ -find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
profile-removal:
find . -name '*.gc??' -exec rm -f {} ';'