summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-09-20 21:57:56 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-09-20 21:57:56 (GMT)
commitb091bec824137f286b22084be5f8d397d21b9abb (patch)
tree39ac8ea636a3df84dd613007e0dfa6209736db73 /Misc/NEWS.d/next/Build
parentaaf6fc0982c916cb71d9e0afcd7dda4ba495793b (diff)
downloadcpython-b091bec824137f286b22084be5f8d397d21b9abb.zip
cpython-b091bec824137f286b22084be5f8d397d21b9abb.tar.gz
cpython-b091bec824137f286b22084be5f8d397d21b9abb.tar.bz2
bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)
* bpo-31536: Avoid wholesale rebuild after `make regen-all` * Add NEWS
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2017-09-20-21-32-21.bpo-31536.KUDjno.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-09-20-21-32-21.bpo-31536.KUDjno.rst b/Misc/NEWS.d/next/Build/2017-09-20-21-32-21.bpo-31536.KUDjno.rst
new file mode 100644
index 0000000..414f1a4
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2017-09-20-21-32-21.bpo-31536.KUDjno.rst
@@ -0,0 +1 @@
+Avoid wholesale rebuild after `make regen-all` if nothing changed.