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:58:32 (GMT)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-06 23:58:32 (GMT)
commitc083476bded14e52c8498aabca4c07557c4f01ab (patch)
tree6756cdd1b87f13980198bbbdf7b575fd4a1cb938 /Makefile.pre.in
parent3cdaaafe2eaa8a3a34241d47e96573c36999d89d (diff)
parent653c8509191623951ca7d0091f470d3632034d84 (diff)
downloadcpython-c083476bded14e52c8498aabca4c07557c4f01ab.zip
cpython-c083476bded14e52c8498aabca4c07557c4f01ab.tar.gz
cpython-c083476bded14e52c8498aabca4c07557c4f01ab.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 04499dc..80f1191 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1593,7 +1593,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 {} ';'