[Python-checkins] cpython (merge 3.2 -> default): Merge Makefile fix from 3.2 (thanks Georg)

eric.araujo python-checkins at python.org
Tue Aug 16 19:14:31 CEST 2011


http://hg.python.org/cpython/rev/a57c90bc5597
changeset:   71879:a57c90bc5597
parent:      71878:785c01719c85
parent:      71876:1295eff4dc06
user:        Éric Araujo <merwok at netwok.org>
date:        Tue Aug 16 19:11:00 2011 +0200
summary:
  Merge Makefile fix from 3.2 (thanks Georg)

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1359,7 +1359,7 @@
 		-o -name .hgignore \
 		-o -name .bzrignore \
 		-o -name MANIFEST \
-		-print
+		-o -print
 
 # Perform some verification checks on any modified files.
 patchcheck:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list