[Python-checkins] cpython (merge 3.3 -> default): #18312: merge from 3.3.

eric.smith python-checkins at python.org
Tue Jul 2 15:08:52 CEST 2013


http://hg.python.org/cpython/rev/8e838598eed1
changeset:   84433:8e838598eed1
parent:      84430:7387b884f833
parent:      84432:910ec3471d55
user:        Eric V. Smith <eric at trueblade.com>
date:        Tue Jul 02 09:07:53 2013 -0400
summary:
  #18312: merge from 3.3.

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


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1416,11 +1416,11 @@
 		Modules/Setup Modules/Setup.local Modules/Setup.config \
 		Modules/ld_so_aix Modules/python.exp Misc/python.pc
 	-rm -f python*-gdb.py
-	find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
-			   -o -name '[@,#]*' -o -name '*.old' \
-			   -o -name '*.orig' -o -name '*.rej' \
-			   -o -name '*.bak' ')' \
-			   -exec rm -f {} ';'
+	find $(srcdir)/[a-zA-Z]* '(' -name '*.fdc' -o -name '*~' \
+				     -o -name '[@,#]*' -o -name '*.old' \
+				     -o -name '*.orig' -o -name '*.rej' \
+				     -o -name '*.bak' ')' \
+				     -exec rm -f {} ';'
 
 # Check for smelly exported symbols (not starting with Py/_Py)
 smelly: all

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


More information about the Python-checkins mailing list