[Python-checkins] r66820 - in python/branches/release26-maint: Makefile.pre.in Misc/NEWS

brett.cannon python-checkins at python.org
Tue Oct 7 00:47:19 CEST 2008


Author: brett.cannon
Date: Tue Oct  7 00:47:18 2008
New Revision: 66820

Log:
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.
........


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Makefile.pre.in
   python/branches/release26-maint/Misc/NEWS

Modified: python/branches/release26-maint/Makefile.pre.in
==============================================================================
--- python/branches/release26-maint/Makefile.pre.in	(original)
+++ python/branches/release26-maint/Makefile.pre.in	Tue Oct  7 00:47:18 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/branches/release26-maint/Misc/NEWS
==============================================================================
--- python/branches/release26-maint/Misc/NEWS	(original)
+++ python/branches/release26-maint/Misc/NEWS	Tue Oct  7 00:47:18 2008
@@ -21,6 +21,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