diff options
author | Rechi <Rechi@users.noreply.github.com> | 2018-01-11 12:00:00 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2018-01-11 12:00:00 +0100 |
commit | 48eb261008ab342a68d44645b233ee9cdc487db6 (patch) | |
tree | d1b7923bf5dcddac63c16106468ba27285b379b9 /tools/depends/target/python27/Python-no-export-path.patch | |
parent | 0dc22173fe84e040b32f3e180f5c0a33b965f836 (diff) |
[depends][python27] rename patch files
python in the name is redundant
Diffstat (limited to 'tools/depends/target/python27/Python-no-export-path.patch')
-rw-r--r-- | tools/depends/target/python27/Python-no-export-path.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/depends/target/python27/Python-no-export-path.patch b/tools/depends/target/python27/Python-no-export-path.patch deleted file mode 100644 index e46ad4f6da..0000000000 --- a/tools/depends/target/python27/Python-no-export-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.pre.in.orig 2015-10-09 19:10:15.042905069 +0200 -+++ Makefile.pre.in 2015-10-09 19:11:01.513642241 +0200 -@@ -1148,8 +1148,6 @@ - $(srcdir)/Lib/$(PLATDIR): - mkdir $(srcdir)/Lib/$(PLATDIR) - cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen -- export PATH; PATH="`pwd`:$$PATH"; \ -- export PYTHONPATH; PYTHONPATH="$(srcdir)/Lib:$(abs_builddir)/`cat pybuilddir.txt`"; \ - export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \ - export EXE; EXE="$(BUILDEXE)"; \ - if [ -n "$(MULTIARCH)" ]; then export MULTIARCH; MULTIARCH=$(MULTIARCH); fi; \ |