File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525# Current director
2626PROJECT_DIR =$(shell pwd)
2727
28- BUILD_NUMBER =2
28+ BUILD_NUMBER =1
2929
3030# Version of packages that will be compiled by this meta-package
3131PYTHON_VERSION =3.5.2
@@ -310,12 +310,12 @@ XZ_FRAMEWORK-$1=build/$1/XZ.framework
310310PYTHON_FRAMEWORK-$1=build/$1/Python.framework
311311PYTHON_RESOURCES-$1=$$(PYTHON_FRAMEWORK-$1 ) /Versions/$(PYTHON_VER ) /Resources
312312
313- $1: dist/Python-$(PYTHON_VERSION ) -$1-support.b$(BUILD_NUMBER ) .tar.gz
313+ $1: dist/Python-$(PYTHON_VER ) -$1-support.b$(BUILD_NUMBER ) .tar.gz
314314
315315clean-$1:
316316 rm -rf build/$1
317317
318- dist/Python-$(PYTHON_VERSION ) -$1-support.b$(BUILD_NUMBER ) .tar.gz: $$(OPENSSL_FRAMEWORK-$1 ) $$(PYTHON_FRAMEWORK-$1 )
318+ dist/Python-$(PYTHON_VER ) -$1-support.b$(BUILD_NUMBER ) .tar.gz: $$( BZIP2_FRAMEWORK-$1 ) $$( XZ_FRAMEWORK-$1 ) $$(OPENSSL_FRAMEWORK-$1 ) $$(PYTHON_FRAMEWORK-$1 )
319319 mkdir -p dist
320320 tar zcvf $$@ -C build/$1 $$(notdir $$^ )
321321
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ resource resource.c
6262select selectmodule.c
6363syslog syslogmodule.c
6464termios termios.c
65- time timemodule.c
6665unicodedata unicodedata.c
6766zlib zlibmodule.c -I$(prefix)/include -lz
6867
You can’t perform that action at this time.
0 commit comments