]> git.pld-linux.org Git - packages/python3.git/blame - python3-installcompile.patch
- rel 2; install gdb helper so gdb functions like py-bt (nice pythonised backtrace...
[packages/python3.git] / python3-installcompile.patch
CommitLineData
da213b19
JB
1--- Python-3.5.0/Makefile.pre.in.orig 2016-02-28 20:07:09.864711963 +0100
2+++ Python-3.5.0/Makefile.pre.in 2016-02-28 20:10:18.334704006 +0100
3@@ -1029,7 +1029,7 @@
4
5 commoninstall: @FRAMEWORKALTINSTALLFIRST@ \
6 altbininstall libinstall inclinstall libainstall \
7- sharedinstall oldsharedinstall altmaninstall \
8+ sharedinstall oldsharedinstall altmaninstall installcompile \
9 @FRAMEWORKALTINSTALLLAST@
10
11 # Install shared libraries enabled by Setup
12@@ -1262,6 +1262,8 @@
13 $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \
14 $(DESTDIR)$(LIBDEST)/distutils/tests ; \
15 fi
16+
17+installcompile: libainstall libinstall
18 -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
19 $(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
20 -d $(LIBDEST) -f \
603a9dc9 21@@ -1700,7 +1700,7 @@ Python/thread.o: @THREADHEADERS@
da213b19
JB
22 .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure
23 .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
603a9dc9 24 .PHONY: frameworkaltinstallunixtools recheck clean clobber distclean
da213b19
JB
25-.PHONY: smelly funny patchcheck touch altmaninstall commoninstall
26+.PHONY: smelly funny patchcheck touch altmaninstall installcompile commoninstall
27 .PHONY: gdbhooks
28
29 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
603a9dc9 30
This page took 0.030493 seconds and 4 git commands to generate.