mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Merged revisions 66237 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r66237 | brett.cannon | 2008-09-05 15:59:17 -0700 (Fri, 05 Sep 2008) | 7 lines 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. ........
This commit is contained in:
parent
b305aeb1dd
commit
a741ebf8a1
1 changed files with 1 additions and 1 deletions
|
|
@ -1191,7 +1191,7 @@ funny:
|
|||
-o -print
|
||||
|
||||
# Perform some verification checks on any modified files.
|
||||
check:
|
||||
patchcheck:
|
||||
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py
|
||||
|
||||
# Dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue