summaryrefslogtreecommitdiff
path: root/dev-lang/python/files/3.5-secondary-targets.patch
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-08-16 10:41:01 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-08-29 22:18:13 +0200
commitf61d0e96e2de7346ec9de95a7876e1bb39582dc0 (patch)
treebbb9a2ed4de71ae3677bcf064ebba0fc5899e869 /dev-lang/python/files/3.5-secondary-targets.patch
parenta19b82681ca646b945bd31be6349436bd626e3ba (diff)
downloadgentoo-f61d0e96e2de7346ec9de95a7876e1bb39582dc0.tar.gz
gentoo-f61d0e96e2de7346ec9de95a7876e1bb39582dc0.tar.bz2
gentoo-f61d0e96e2de7346ec9de95a7876e1bb39582dc0.zip
dev-lang/python: remove unused patches.
Diffstat (limited to 'dev-lang/python/files/3.5-secondary-targets.patch')
-rw-r--r--dev-lang/python/files/3.5-secondary-targets.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-lang/python/files/3.5-secondary-targets.patch b/dev-lang/python/files/3.5-secondary-targets.patch
deleted file mode 100644
index eb3b0c71e7d5..000000000000
--- a/dev-lang/python/files/3.5-secondary-targets.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Mark all targets as "secondary"
-
-This allows make to avoid rebuilding unnecessary intermediate files, which
-is useful when cross-compiling.
-
-See Parser/pgen and Programs/_freeze_importlib in Makefile.pre.in.
-
-diff --git a/Makefile.pre.in b/Makefile.pre.in
---- a/Makefile.pre.in
-+++ b/Makefile.pre.in
-@@ -1672,6 +1672,8 @@
- .PHONY: smelly funny patchcheck touch altmaninstall commoninstall
- .PHONY: gdbhooks
-
-+.SECONDARY:
-+
- # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
- # Local Variables:
- # mode: makefile