Kaydet (Commit) cdeb24bb authored tarafından Brett Cannon's avatar Brett Cannon

GNU coding guidelines say that ``make check`` should verify the build. That

clashes with what Python's build target did. Rename the target to 'patchcheck'
to avoid the culture clash.

Closes issue 3758.
Reviewed by Benjamin Peterson.
üst 187ac1bd
...@@ -1190,7 +1190,7 @@ funny: ...@@ -1190,7 +1190,7 @@ funny:
-o -print -o -print
# Perform some verification checks on any modified files. # Perform some verification checks on any modified files.
check: patchcheck:
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py
# Dependencies # Dependencies
......
...@@ -112,6 +112,12 @@ Tests ...@@ -112,6 +112,12 @@ Tests
- Issue 3768: Move test_py3kwarn over to the new API for catch_warnings(). - Issue 3768: Move test_py3kwarn over to the new API for catch_warnings().
Build
-----
- Issue 3758: Rename the 'check' target to 'patchcheck' so as to not clash with
GNU build target guidelines.
What's New in Python 2.6 beta 3? What's New in Python 2.6 beta 3?
================================ ================================
......
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