]> git.pld-linux.org Git - packages/python3.git/blame - python3-installcompile.patch
- rel 2; rediff patches
[packages/python3.git] / python3-installcompile.patch
CommitLineData
b10abc3a
AM
1diff -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
da213b19 5
b10abc3a 6 commoninstall: check-clean-src @FRAMEWORKALTINSTALLFIRST@ \
da213b19
JB
7 altbininstall libinstall inclinstall libainstall \
8- sharedinstall oldsharedinstall altmaninstall \
9+ sharedinstall oldsharedinstall altmaninstall installcompile \
10 @FRAMEWORKALTINSTALLLAST@
11
12 # Install shared libraries enabled by Setup
b10abc3a 13@@ -1530,6 +1530,8 @@ libinstall: build_all $(srcdir)/Modules/
da213b19
JB
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 \
b10abc3a
AM
21 -j0 -d $(LIBDEST) -f \
22@@ -1938,7 +1940,7 @@ Python/thread.o: @THREADHEADERS@ $(srcdi
da213b19
JB
23 .PHONY: frameworkinstall frameworkinstallframework frameworkinstallstructure
24 .PHONY: frameworkinstallmaclib frameworkinstallapps frameworkinstallunixtools
603a9dc9 25 .PHONY: frameworkaltinstallunixtools recheck clean clobber distclean
da213b19
JB
26-.PHONY: smelly funny patchcheck touch altmaninstall commoninstall
27+.PHONY: smelly funny patchcheck touch altmaninstall installcompile commoninstall
f31061ec
AM
28 .PHONY: clean-retain-profile profile-removal run_profile_task
29 .PHONY: build_all_generate_profile build_all_merge_profile
da213b19 30 .PHONY: gdbhooks
This page took 0.089998 seconds and 4 git commands to generate.