Skip to content

Commit 2db461f

Browse files
committed
xpyc cleanup
1 parent b0ea712 commit 2db461f

18 files changed

+48
-4101
lines changed

Makefile

+8-10
Original file line numberDiff line numberDiff line change
@@ -421,16 +421,11 @@ zpy: clean-cmake-cache clean-externals
421421
ztp: clean-cmake-cache clean-externals
422422
$(call xcode-target,$@,local)
423423

424-
# python-service:
425-
# rm -rf $(ROOTDIR)/source/projects/xpyc/PythonService.xpc
426-
427-
clean-python-service:
428-
@rm -rf $(ROOTDIR)/source/projects/xpyc/PythonService.xpc
429-
430424
python-service: clean-python-service
431-
@cd source/projects/xpyc/tests/PythonService/PythonService && \
432-
xcodebuild -arch arm64 -project PythonService.xcodeproj && \
433-
mv build/Release/PythonService.xpc ../../../
425+
@cd source/projects/xpyc/services && \
426+
xcodebuild -project PythonService.xcodeproj \
427+
SYMROOT=$(ROOTDIR)/build/python_service \
428+
BUILD_DIR=$(ROOTDIR)/build
434429

435430
xpyc: clean-cmake-cache clean-externals python-service
436431
$(call xcode-target,$@,local)
@@ -810,7 +805,7 @@ cflow:
810805
clean-shared-pkg clean-shared-ext \
811806
clean-static-pkg clean-static-ext \
812807
clean-relocatable-pkg clean-mambo \
813-
clean-cmake-cache
808+
clean-cmake-cache clean-python-service
814809

815810
clean: clean-externals clean-support clean-targets clean-build clean-docs
816811

@@ -869,6 +864,9 @@ clean-cmake-cache:
869864
@rm -rf $(ROOTDIR)/build/CMakeCache.txt
870865
@rm -rf $(ROOTDIR)/build/CMakeFiles
871866

867+
clean-python-service:
868+
@rm -rf $(ROOTDIR)/source/projects/xpyc/PythonService.xpc
869+
872870
clean-xcode: clean-build
873871
$(call section,"cleaning xcode detritus")
874872
@find . | grep -E "(project.xcworkspace|xcuserdata)" | xargs rm -rf

source/docs/src/dev/funcs/funcs_atom.c

-275
This file was deleted.

0 commit comments

Comments
 (0)