Skip to content

Commit

Permalink
Merge branch 'main' into 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 13, 2022
2 parents 4f32a54 + ead0528 commit fffcd9f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ $$(PYTHON_SRCDIR-$(target))/Makefile: \
--prefix="$$(PYTHON_INSTALL-$(target))" \
--enable-ipv6 \
--with-openssl="$$(OPENSSL_MERGE-$$(SDK-$(target)))" \
--without-doc-strings \
--without-ensurepip \
ac_cv_file__dev_ptmx=no \
ac_cv_file__dev_ptc=no \
Expand Down Expand Up @@ -778,7 +777,6 @@ $$(PYTHON_SRCDIR-$(sdk))/Makefile: \
--enable-universalsdk \
--with-openssl="$$(OPENSSL_MERGE-$(sdk))" \
--with-universal-archs=universal2 \
--without-doc-strings \
--without-ensurepip \
2>&1 | tee -a ../python-$(PYTHON_VERSION).config.log

Expand Down Expand Up @@ -1095,12 +1093,12 @@ Python-$(os): dist/Python-$(PYTHON_VER)-$(os)-support.$(BUILD_NUMBER).tar.gz
clean-Python-$(os):
@echo ">>> Clean Python build products on $(os)"
rm -rf \
build/$(os)/*/python-$(PYTHON_VERSION) \
build/$(os)/*/python-$(PYTHON_VERSION).*.log \
install/$(os)/*/python-$(PYTHON_VERSION) \
install/$(os)/*/python-$(PYTHON_VERSION).*.log \
merge/$(os)/*/python-$(PYTHON_VERSION) \
merge/$(os)/*/python-$(PYTHON_VERSION).*.log \
build/$(os)/*/python-$(PYTHON_VER)* \
build/$(os)/*/python-$(PYTHON_VER)*.*.log \
install/$(os)/*/python-$(PYTHON_VER)* \
install/$(os)/*/python-$(PYTHON_VER)*.*.log \
merge/$(os)/*/python-$(PYTHON_VER)* \
merge/$(os)/*/python-$(PYTHON_VER)*.*.log \
support/$(os) \
support/*-$(os).*.log \
dist/Python-$(PYTHON_VER)-$(os)-*
Expand Down

0 comments on commit fffcd9f

Please sign in to comment.