[Python-checkins] r66819 - in python/trunk: Makefile.pre.in Misc/NEWS

brett.cannon python-checkins at python.org
Tue Oct 7 00:44:37 CEST 2008


Author: brett.cannon
Date: Tue Oct  7 00:44:37 2008
New Revision: 66819

Log:
Add the 'patchcheck' build target to .PHONY.

Re-closes issue 3758. Thanks to Ralph Corderoy for the catch.


Modified:
   python/trunk/Makefile.pre.in
   python/trunk/Misc/NEWS

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Tue Oct  7 00:44:37 2008
@@ -1204,6 +1204,6 @@
 .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

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Oct  7 00:44:37 2008
@@ -18,6 +18,11 @@
 - 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
 ==============================


More information about the Python-checkins mailing list