Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a741ebf

Browse files
committed
Merged revisions 66237 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent b305aeb commit a741ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ funny:
11911191
-o -print
11921192

11931193
# Perform some verification checks on any modified files.
1194-
check:
1194+
patchcheck:
11951195
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py
11961196

11971197
# Dependencies

0 commit comments

Comments
 (0)