[Python-checkins] cpython (merge 3.4 -> default): Issue #22471: Avoid Python Launcher.app install problems by removing

ned.deily python-checkins at python.org
Tue Sep 23 21:54:48 CEST 2014


https://hg.python.org/cpython/rev/9c9980c3c38c
changeset:   92547:9c9980c3c38c
parent:      92544:051105a95461
parent:      92546:ff2cb4dc36e7
user:        Ned Deily <nad at acm.org>
date:        Tue Sep 23 12:54:18 2014 -0700
summary:
  Issue #22471: Avoid Python Launcher.app install problems by removing
vestigial Makefile step.

files:
  Mac/PythonLauncher/Makefile.in |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Mac/PythonLauncher/Makefile.in b/Mac/PythonLauncher/Makefile.in
--- a/Mac/PythonLauncher/Makefile.in
+++ b/Mac/PythonLauncher/Makefile.in
@@ -50,7 +50,6 @@
 	cp $(srcdir)/../Icons/PythonCompiled.icns  "Python Launcher.app/Contents/Resources"
 	cp $(srcdir)/factorySettings.plist  "Python Launcher.app/Contents/Resources"
 	cp -R $(srcdir)/English.lproj "Python Launcher.app/Contents/Resources"
-	find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -r
 
 FileSettings.o: $(srcdir)/FileSettings.m
 	$(CC) $(CFLAGS) -o $@ -c $(srcdir)/FileSettings.m

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


More information about the Python-checkins mailing list