]> git.pld-linux.org Git - packages/python3.git/blob - python3-installcompile.patch
- rel 2; rediff patches
[packages/python3.git] / python3-installcompile.patch
1 diff -urNp -x '*.orig' Python-3.9.2.org/Makefile.pre.in Python-3.9.2/Makefile.pre.in
2 --- Python-3.9.2.org/Makefile.pre.in    2021-02-25 18:42:02.242771533 +0100
3 +++ Python-3.9.2/Makefile.pre.in        2021-02-25 18:42:03.919490432 +0100
4 @@ -1262,7 +1262,7 @@ altinstall: commoninstall
5  
6  commoninstall:  check-clean-src @FRAMEWORKALTINSTALLFIRST@ \
7                 altbininstall libinstall inclinstall libainstall \
8 -               sharedinstall oldsharedinstall altmaninstall \
9 +               sharedinstall oldsharedinstall altmaninstall installcompile \
10                 @FRAMEWORKALTINSTALLLAST@
11  
12  # Install shared libraries enabled by Setup
13 @@ -1530,6 +1530,8 @@ libinstall:       build_all $(srcdir)/Modules/
14                 $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \
15                         $(DESTDIR)$(LIBDEST)/distutils/tests ; \
16         fi
17 +
18 +installcompile: libainstall libinstall
19         -PYTHONPATH=$(DESTDIR)$(LIBDEST)  $(RUNSHARED) \
20                 $(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
21                 -j0 -d $(LIBDEST) -f \
22 @@ -1938,7 +1940,7 @@ Python/thread.o: @THREADHEADERS@ $(srcdi
23  .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure
24  .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
25  .PHONY: frameworkaltinstallunixtools recheck clean clobber distclean
26 -.PHONY: smelly funny patchcheck touch altmaninstall commoninstall
27 +.PHONY: smelly funny patchcheck touch altmaninstall installcompile commoninstall
28  .PHONY: clean-retain-profile profile-removal run_profile_task
29  .PHONY: build_all_generate_profile build_all_merge_profile
30  .PHONY: gdbhooks
This page took 0.04849 seconds and 3 git commands to generate.