From: Robert Collins Date: Mon, 16 Mar 2015 02:30:31 +0000 (+1300) Subject: Issue #23585: make patchcheck will ensure the interpreter is built. X-Git-Tag: v3.5.0a3~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7965e0c2108ea47795afdc7cf093a5da24be445;p=python Issue #23585: make patchcheck will ensure the interpreter is built. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index d9ee777085..f2eb92a66c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1622,7 +1622,7 @@ funny: -o -print # Perform some verification checks on any modified files. -patchcheck: +patchcheck: all $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py # Dependencies diff --git a/Misc/NEWS b/Misc/NEWS index 13c4b3edff..d3d4d8f612 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -48,6 +48,10 @@ Library The usage of os.scandir() reduces the number of calls to os.stat(). Initial patch written by Ben Hoyt. +Build +----- + +- Issue #23585: make patchcheck will ensure the interpreter is built. What's New in Python 3.5 alpha 2? =================================