summaryrefslogtreecommitdiff
path: root/external/python3/python-3.3.5-darwin-gnu-xargs.patch.1
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-05-30 17:26:59 +0200
committerMichael Stahl <mstahl@redhat.com>2017-05-30 20:19:22 +0200
commit48801417688bf69aaac00c4b448f7779db13e895 (patch)
tree18ae0e418c5639687c174959bf5bbe2f65e7f440 /external/python3/python-3.3.5-darwin-gnu-xargs.patch.1
parentc102efd27a82eaaf94fe9fedb7be88cff80bceb2 (diff)
python3: remove obsolete python-3.3.3-msvc2012-winxp.patch.1
...and python-3.3.0-msvc2012.patch etc. They were actually never applied to Python 3.5. Change-Id: I5beb5a81d55ab1921411d2351bdb397ff02ba75c
Diffstat (limited to 'external/python3/python-3.3.5-darwin-gnu-xargs.patch.1')
-rw-r--r--external/python3/python-3.3.5-darwin-gnu-xargs.patch.112
1 files changed, 0 insertions, 12 deletions
diff --git a/external/python3/python-3.3.5-darwin-gnu-xargs.patch.1 b/external/python3/python-3.3.5-darwin-gnu-xargs.patch.1
deleted file mode 100644
index d955618674e5..000000000000
--- a/external/python3/python-3.3.5-darwin-gnu-xargs.patch.1
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur python3.org/Mac/PythonLauncher/Makefile.in python3/Mac/PythonLauncher/Makefile.in
---- python3.org/Mac/PythonLauncher/Makefile.in 2015-06-06 08:47:38.000000000 +0300
-+++ python3/Mac/PythonLauncher/Makefile.in 2015-06-06 08:48:18.000000000 +0300
-@@ -53,7 +53,7 @@
- --resource=$(srcdir)/factorySettings.plist \
- --plist Info.plist \
- build
-- find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -r
-+ find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -rf
-
-
- FileSettings.o: $(srcdir)/FileSettings.m