File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -337,18 +337,17 @@ clean-$1:
337
337
338
338
dist/Python-$(PYTHON_VER ) -$1-support.b$(BUILD_NUMBER ) .tar.gz: $$(BZIP2_FRAMEWORK-$1 ) $$(XZ_FRAMEWORK-$1 ) $$(OPENSSL_FRAMEWORK-$1 ) $$(PYTHON_FRAMEWORK-$1 )
339
339
mkdir -p dist
340
- echo "Python version: $(PYTHON_VERSION ) " > build/$1/Support/ VERSIONS
341
- echo "Build: $(BUILD_NUMBER ) " >> build/$1/Support/ VERSIONS
342
- echo "---------------------" >> build/$1/Support/ VERSIONS
343
- echo "BZip2: $(BZIP2_VERSION ) " >> build/$1/Support/ VERSIONS
344
- echo "OpenSSL: $(OPENSSL_VERSION ) " >> build/$1/Support/ VERSIONS
345
- echo "XZ: $(XZ_VERSION ) " >> build/$1/Support/ VERSIONS
340
+ echo "Python version: $(PYTHON_VERSION ) " > build/$1/VERSIONS
341
+ echo "Build: $(BUILD_NUMBER ) " >> build/$1/VERSIONS
342
+ echo "---------------------" >> build/$1/VERSIONS
343
+ echo "BZip2: $(BZIP2_VERSION ) " >> build/$1/VERSIONS
344
+ echo "OpenSSL: $(OPENSSL_VERSION ) " >> build/$1/VERSIONS
345
+ echo "XZ: $(XZ_VERSION ) " >> build/$1/VERSIONS
346
346
ifeq ($1,macOS)
347
347
cp -r build/$1/Python-$(PYTHON_VERSION)-macosx.x86_64/dist build/$1/python
348
- mv build/$1/Support/VERSIONS build/$1
349
348
tar zcvf $$@ -C build/$1 VERSIONS python
350
349
else
351
- tar zcvf $$@ -C build/$1 Support
350
+ tar zcvf $$@ -C build/$1 VERSIONS Support
352
351
endif
353
352
354
353
# Build OpenSSL
You can’t perform that action at this time.
0 commit comments