[Python-checkins] cpython (2.7): 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/5444c2e22ff8
changeset:   92545:5444c2e22ff8
branch:      2.7
parent:      92542:c6b884483cd6
user:        Ned Deily <nad at acm.org>
date:        Tue Sep 23 12:48:16 2014 -0700
summary:
  Issue #22471: Avoid Python Launcher.app install problems by removing
vestigial Makefile step.

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


diff --git a/Mac/PythonLauncher/Makefile.in b/Mac/PythonLauncher/Makefile.in
--- a/Mac/PythonLauncher/Makefile.in
+++ b/Mac/PythonLauncher/Makefile.in
@@ -54,8 +54,6 @@
 		--resource=$(srcdir)/factorySettings.plist \
 		--plist Info.plist \
 		build
-	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