@@ -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 \
@@ -780,7 +779,6 @@ $$(PYTHON_SRCDIR-$(sdk))/Makefile: \
780
779
--enable-universalsdk \
781
780
--with-openssl=" $$ (OPENSSL_MERGE-$( sdk) )" \
782
781
--with-universal-archs=universal2 \
783
- --without-doc-strings \
784
782
--without-ensurepip \
785
783
2>&1 | tee -a ../python-$(PYTHON_VERSION ) .config.log
786
784
@@ -1097,12 +1095,12 @@ Python-$(os): dist/Python-$(PYTHON_VER)-$(os)-support.$(BUILD_NUMBER).tar.gz
1097
1095
clean-Python-$(os ) :
1098
1096
@echo ">>> Clean Python build products on $(os ) "
1099
1097
rm -rf \
1100
- build/$(os ) /*/python-$(PYTHON_VERSION ) \
1101
- build/$(os ) /*/python-$(PYTHON_VERSION ) .*.log \
1102
- install/$(os ) /*/python-$(PYTHON_VERSION ) \
1103
- install/$(os ) /*/python-$(PYTHON_VERSION ) .*.log \
1104
- merge/$(os ) /*/python-$(PYTHON_VERSION ) \
1105
- merge/$(os ) /*/python-$(PYTHON_VERSION ) .*.log \
1098
+ build/$(os ) /*/python-$(PYTHON_VER ) * \
1099
+ build/$(os ) /*/python-$(PYTHON_VER ) * .*.log \
1100
+ install/$(os ) /*/python-$(PYTHON_VER ) * \
1101
+ install/$(os ) /*/python-$(PYTHON_VER ) * .*.log \
1102
+ merge/$(os ) /*/python-$(PYTHON_VER ) * \
1103
+ merge/$(os ) /*/python-$(PYTHON_VER ) * .*.log \
1106
1104
support/$(os ) \
1107
1105
support/*-$(os ) .*.log \
1108
1106
dist/Python-$(PYTHON_VER ) -$(os ) -*
0 commit comments