Commit c7965e0c authored by Robert Collins's avatar Robert Collins

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

parent bbb8ade9
......@@ -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
......
......@@ -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?
=================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment