Skip to content

Commit fffcd9f

Browse files
committed
Merge branch 'main' into 3.10
2 parents 4f32a54 + ead0528 commit fffcd9f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Makefile

+6-8
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ $$(PYTHON_SRCDIR-$(target))/Makefile: \
564564
--prefix="$$(PYTHON_INSTALL-$(target))" \
565565
--enable-ipv6 \
566566
--with-openssl="$$(OPENSSL_MERGE-$$(SDK-$(target)))" \
567-
--without-doc-strings \
568567
--without-ensurepip \
569568
ac_cv_file__dev_ptmx=no \
570569
ac_cv_file__dev_ptc=no \
@@ -778,7 +777,6 @@ $$(PYTHON_SRCDIR-$(sdk))/Makefile: \
778777
--enable-universalsdk \
779778
--with-openssl="$$(OPENSSL_MERGE-$(sdk))" \
780779
--with-universal-archs=universal2 \
781-
--without-doc-strings \
782780
--without-ensurepip \
783781
2>&1 | tee -a ../python-$(PYTHON_VERSION).config.log
784782

@@ -1095,12 +1093,12 @@ Python-$(os): dist/Python-$(PYTHON_VER)-$(os)-support.$(BUILD_NUMBER).tar.gz
10951093
clean-Python-$(os):
10961094
@echo ">>> Clean Python build products on $(os)"
10971095
rm -rf \
1098-
build/$(os)/*/python-$(PYTHON_VERSION) \
1099-
build/$(os)/*/python-$(PYTHON_VERSION).*.log \
1100-
install/$(os)/*/python-$(PYTHON_VERSION) \
1101-
install/$(os)/*/python-$(PYTHON_VERSION).*.log \
1102-
merge/$(os)/*/python-$(PYTHON_VERSION) \
1103-
merge/$(os)/*/python-$(PYTHON_VERSION).*.log \
1096+
build/$(os)/*/python-$(PYTHON_VER)* \
1097+
build/$(os)/*/python-$(PYTHON_VER)*.*.log \
1098+
install/$(os)/*/python-$(PYTHON_VER)* \
1099+
install/$(os)/*/python-$(PYTHON_VER)*.*.log \
1100+
merge/$(os)/*/python-$(PYTHON_VER)* \
1101+
merge/$(os)/*/python-$(PYTHON_VER)*.*.log \
11041102
support/$(os) \
11051103
support/*-$(os).*.log \
11061104
dist/Python-$(PYTHON_VER)-$(os)-*

0 commit comments

Comments
 (0)