[Python-checkins] cpython (merge 3.4 -> 3.4): Merge heads

serhiy.storchaka python-checkins at python.org
Tue Sep 23 22:26:02 CEST 2014


https://hg.python.org/cpython/rev/bce1594023f9
changeset:   92551:bce1594023f9
branch:      3.4
parent:      92548:381d6362c7bc
parent:      92546:ff2cb4dc36e7
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Tue Sep 23 23:23:41 2014 +0300
summary:
  Merge heads

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
@@ -53,8 +53,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