Issue #23585: make patchcheck will ensure the interpreter is built.

This commit is contained in:
Robert Collins 2015-03-16 15:30:31 +13:00
parent bbb8ade904
commit c7965e0c21
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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?
=================================