]> granicus.if.org Git - python/commitdiff
Issue #23585: make patchcheck will ensure the interpreter is built.
authorRobert Collins <rbtcollins@hp.com>
Mon, 16 Mar 2015 02:30:31 +0000 (15:30 +1300)
committerRobert Collins <rbtcollins@hp.com>
Mon, 16 Mar 2015 02:30:31 +0000 (15:30 +1300)
Makefile.pre.in
Misc/NEWS

index d9ee7770852c67227f2e0184d7ed68f270c90fc0..f2eb92a66c80aa36b6c1718334a7191a94d8ad8c 100644 (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
index 13c4b3edff2ade38eb086abe96c2f62c603b6c73..d3d4d8f6126be82e6fc3e2e8b2fcda139907b172 100644 (file)
--- 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?
 =================================