mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
c82079e0b4
commit
91d86452c3
49 changed files with 1710 additions and 612 deletions
|
|
@ -2315,7 +2315,7 @@ testios:
|
|||
fi
|
||||
|
||||
# Clone the testbed project into the XCFOLDER
|
||||
$(PYTHON_FOR_BUILD) $(srcdir)/iOS/testbed clone --framework $(PYTHONFRAMEWORKPREFIX) "$(XCFOLDER)"
|
||||
$(PYTHON_FOR_BUILD) $(srcdir)/Apple/testbed clone --framework $(PYTHONFRAMEWORKPREFIX) "$(XCFOLDER)"
|
||||
|
||||
# Run the testbed project
|
||||
$(PYTHON_FOR_BUILD) "$(XCFOLDER)" run --verbose -- test -uall --single-process --rerun -W
|
||||
|
|
@ -3219,10 +3219,10 @@ clean-retain-profile: pycremoval
|
|||
-find build -type f -a ! -name '*.gc??' -exec rm -f {} ';'
|
||||
-rm -f Include/pydtrace_probes.h
|
||||
-rm -f profile-gen-stamp
|
||||
-rm -rf iOS/testbed/Python.xcframework/ios-*/bin
|
||||
-rm -rf iOS/testbed/Python.xcframework/ios-*/lib
|
||||
-rm -rf iOS/testbed/Python.xcframework/ios-*/include
|
||||
-rm -rf iOS/testbed/Python.xcframework/ios-*/Python.framework
|
||||
-rm -rf Apple/iOS/testbed/Python.xcframework/ios-*/bin
|
||||
-rm -rf Apple/iOS/testbed/Python.xcframework/ios-*/lib
|
||||
-rm -rf Apple/iOS/testbed/Python.xcframework/ios-*/include
|
||||
-rm -rf Apple/iOS/testbed/Python.xcframework/ios-*/Python.framework
|
||||
|
||||
.PHONY: profile-removal
|
||||
profile-removal:
|
||||
|
|
@ -3248,7 +3248,7 @@ clobber: clean
|
|||
config.cache config.log pyconfig.h Modules/config.c
|
||||
-rm -rf build platform
|
||||
-rm -rf $(PYTHONFRAMEWORKDIR)
|
||||
-rm -rf iOS/Frameworks
|
||||
-rm -rf Apple/iOS/Frameworks
|
||||
-rm -rf iOSTestbed.*
|
||||
-rm -f python-config.py python-config
|
||||
-rm -rf cross-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue