From: Brett Cannon Date: Mon, 6 Oct 2008 22:47:18 +0000 (+0000) Subject: Merged revisions 66819 via svnmerge from X-Git-Tag: v2.6.1~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e17a76622279ac7793186a4d01fce0a9c359ef1;p=thirdparty%2FPython%2Fcpython.git Merged revisions 66819 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r66819 | brett.cannon | 2008-10-06 15:44:37 -0700 (Mon, 06 Oct 2008) | 4 lines Add the 'patchcheck' build target to .PHONY. Re-closes issue 3758. Thanks to Ralph Corderoy for the catch. ........ --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 8451445fefba..4b9d2bfa91f7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1204,6 +1204,6 @@ Python/thread.o: @THREADHEADERS@ .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools .PHONY: frameworkaltinstallunixtools recheck autoconf clean clobber distclean -.PHONY: smelly funny +.PHONY: smelly funny patchcheck # IF YOU PUT ANYTHING HERE IT WILL GO AWAY diff --git a/Misc/NEWS b/Misc/NEWS index 7564d11ad5bb..aba287cd4b90 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -21,6 +21,11 @@ Library - Issue #4014: Don't claim that Python has an Alpha release status, in addition to claiming it is Mature. +Build +----- + +- Issue #3758: Add ``patchcheck`` build target to .PHONY. + What's New in Python 2.6 final ==============================