diff options
author | xdegaye <xdegaye@gmail.com> | 2017-11-08 15:03:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-08 15:03:58 (GMT) |
commit | 0de92859caf25e65fc968d4bb68626e9ba21b851 (patch) | |
tree | d5b6be518d974ebeb3bf9746272e0cd9abc4969d /Misc/NEWS.d | |
parent | b5d9e0811463f3b28ba355a9e0bee7f1682854e3 (diff) | |
download | cpython-0de92859caf25e65fc968d4bb68626e9ba21b851.zip cpython-0de92859caf25e65fc968d4bb68626e9ba21b851.tar.gz cpython-0de92859caf25e65fc968d4bb68626e9ba21b851.tar.bz2 |
bpo-31934: Abort when building out of a not clean source tree (GH-4255)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Build/2017-11-03-15-17-50.bpo-31934.8bUlpv.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-11-03-15-17-50.bpo-31934.8bUlpv.rst b/Misc/NEWS.d/next/Build/2017-11-03-15-17-50.bpo-31934.8bUlpv.rst new file mode 100644 index 0000000..deaa740 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2017-11-03-15-17-50.bpo-31934.8bUlpv.rst @@ -0,0 +1 @@ +Abort the build when building out of a not clean source tree. |