]> git.pld-linux.org Git - packages/python3.git/blob - python3-installcompile.patch
- rel 2; install gdb helper so gdb functions like py-bt (nice pythonised backtrace...
[packages/python3.git] / python3-installcompile.patch
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 \
21 @@ -1700,7 +1700,7 @@ Python/thread.o: @THREADHEADERS@
22  .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure
23  .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
24  .PHONY: frameworkaltinstallunixtools recheck clean clobber distclean
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
30
This page took 0.036547 seconds and 3 git commands to generate.