From 60b15d20f298cd739257eb6dd5070ebb85799193 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 6 Oct 2008 22:44:37 +0000 Subject: [PATCH] Add the 'patchcheck' build target to .PHONY. Re-closes issue 3758. Thanks to Ralph Corderoy for the catch. --- Makefile.pre.in | 2 +- Misc/NEWS | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 8451445fef..4b9d2bfa91 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 ed3c3d02c7..c32bd684d2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -18,6 +18,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 ============================== -- 2.50.1