summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeil Schemenauer <nas-github@arctrix.com>2019-09-10 09:44:20 (GMT)
committerDino Viehland <dinoviehland@gmail.com>2019-09-10 09:44:20 (GMT)
commitc6bbcd258302b4b9b3d4f3c39bb5f7ff0120ec67 (patch)
tree650f2464303357d5f8dd2427df2997085b9745cc /Misc
parent1ad0c776cb640be9f19c8019bbf34bb4aba312ad (diff)
downloadcpython-c6bbcd258302b4b9b3d4f3c39bb5f7ff0120ec67.zip
cpython-c6bbcd258302b4b9b3d4f3c39bb5f7ff0120ec67.tar.gz
cpython-c6bbcd258302b4b9b3d4f3c39bb5f7ff0120ec67.tar.bz2
bpo-37725: have "make clean" remove PGO task data (#15033)
Change "clean" makefile target to also clean the program guided optimization (PGO) data. Previously you would have to use "make clean" and "make profile-removal", or "make clobber".
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2019-07-30-16-26-11.bpo-37725.MkG1TT.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-07-30-16-26-11.bpo-37725.MkG1TT.rst b/Misc/NEWS.d/next/Build/2019-07-30-16-26-11.bpo-37725.MkG1TT.rst
new file mode 100644
index 0000000..1687cf2
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2019-07-30-16-26-11.bpo-37725.MkG1TT.rst
@@ -0,0 +1,3 @@
+Change "clean" makefile target to also clean the program guided optimization
+(PGO) data. Previously you would have to use "make clean" and "make
+profile-removal", or "make clobber".