]> granicus.if.org Git - python/commit
GNU coding guidelines say that ``make check`` should verify the build. That
authorBrett Cannon <bcannon@gmail.com>
Fri, 5 Sep 2008 22:59:17 +0000 (22:59 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 5 Sep 2008 22:59:17 +0000 (22:59 +0000)
commitcdeb24bb05359ec7550c327f44e8b1f346b9d776
treee51bd45494ce4ac699dfab7c3e28f2a0f5930925
parent187ac1bda4fdab0dba7df4a9362c48edf6b55ba4
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.
Makefile.pre.in
Misc/NEWS