diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-09-28 11:21:32 (GMT) |
---|---|---|
committer | Antoine Pitrou <pitrou@free.fr> | 2017-09-28 11:21:32 (GMT) |
commit | ec3d34c5b2feb10cb4d7606a10d81c178c3afce3 (patch) | |
tree | cd031bd46f4abcc19e4666c12e00d6cec922956b /Misc | |
parent | befc956acf8ddeb94f000ed081ddec51315429e5 (diff) | |
download | cpython-ec3d34c5b2feb10cb4d7606a10d81c178c3afce3.zip cpython-ec3d34c5b2feb10cb4d7606a10d81c178c3afce3.tar.gz cpython-ec3d34c5b2feb10cb4d7606a10d81c178c3afce3.tar.bz2 |
[3.6] bpo-31536: Avoid wholesale rebuild after `make regen-all` (GH-3678) (#3797)
bpo-31536: Avoid wholesale rebuild after `make regen-all`
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2017-09-20-21-32-21.bpo-31536.KUDjno.rst | 1 |
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. |