@@ -564,7 +564,6 @@ $$(PYTHON_SRCDIR-$(target))/Makefile: \
564
564
--prefix=" $$ (PYTHON_INSTALL-$( target) )" \
565
565
--enable-ipv6 \
566
566
--with-openssl=" $$ (OPENSSL_MERGE-$$ (SDK-$( target) ))" \
567
- --without-doc-strings \
568
567
--without-ensurepip \
569
568
ac_cv_file__dev_ptmx=no \
570
569
ac_cv_file__dev_ptc=no \
@@ -778,7 +777,6 @@ $$(PYTHON_SRCDIR-$(sdk))/Makefile: \
778
777
--enable-universalsdk \
779
778
--with-openssl=" $$ (OPENSSL_MERGE-$( sdk) )" \
780
779
--with-universal-archs=universal2 \
781
- --without-doc-strings \
782
780
--without-ensurepip \
783
781
2>&1 | tee -a ../python-$(PYTHON_VERSION ) .config.log
784
782
@@ -1095,12 +1093,12 @@ Python-$(os): dist/Python-$(PYTHON_VER)-$(os)-support.$(BUILD_NUMBER).tar.gz
1095
1093
clean-Python-$(os ) :
1096
1094
@echo ">>> Clean Python build products on $(os ) "
1097
1095
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 \
1104
1102
support/$(os ) \
1105
1103
support/*-$(os ) .*.log \
1106
1104
dist/Python-$(PYTHON_VER ) -$(os ) -*
0 commit comments