brett.cannon
2008-10-06 22:48:12 UTC
Author: brett.cannon
Date: Tue Oct 7 00:48:11 2008
New Revision: 66821
Log:
Merged revisions 66819 via svnmerge from
svn+ssh://pythondev at 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/py3k/ (props changed)
python/branches/py3k/Makefile.pre.in
Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in (original)
+++ python/branches/py3k/Makefile.pre.in Tue Oct 7 00:48:11 2008
@@ -1205,6 +1205,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
Date: Tue Oct 7 00:48:11 2008
New Revision: 66821
Log:
Merged revisions 66819 via svnmerge from
svn+ssh://pythondev at 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/py3k/ (props changed)
python/branches/py3k/Makefile.pre.in
Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in (original)
+++ python/branches/py3k/Makefile.pre.in Tue Oct 7 00:48:11 2008
@@ -1205,6 +1205,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