summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-07 01:05:59 +0000
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>2016-09-07 01:05:59 +0000
commit93d1a7051f8c97151a17fe50eb6e5beea91b790f (patch)
tree2b36efe4946223643474356abe92c45f26f95969 /Makefile.pre.in
parentd4d79003073a70e35fa7fd7f6d0eee7b95b6aed3 (diff)
downloadcpython-git-93d1a7051f8c97151a17fe50eb6e5beea91b790f.tar.gz
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 3aafca892a..4840775827 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1393,7 +1393,7 @@ clean: pycremoval
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
find build -name 'fficonfig.py' -exec rm -f {} ';' || true
-rm -f Lib/lib2to3/*Grammar*.pickle
- -rm -rf build
+ -find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
profile-removal:
find . -name '*.gc??' -exec rm -f {} ';'