File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ clean-OpenSSL:
76
76
77
77
# Download original OpenSSL source code archive.
78
78
downloads/openssl-$(OPENSSL_VERSION ) .tgz :
79
- mkdir downloads
79
+ mkdir -p downloads
80
80
-if [ ! -e downloads/openssl-$( OPENSSL_VERSION) .tgz ]; then curl --fail -L http://openssl.org/source/openssl-$(OPENSSL_VERSION ) .tar.gz -o downloads/openssl-$(OPENSSL_VERSION ) .tgz; fi
81
81
if [ ! -e downloads/openssl-$( OPENSSL_VERSION) .tgz ]; then curl --fail -L http://openssl.org/source/old/$( OPENSSL_VERSION_NUMBER) /openssl-$( OPENSSL_VERSION) .tar.gz -o downloads/openssl-$( OPENSSL_VERSION) .tgz; fi
82
82
@@ -92,7 +92,7 @@ clean-Python:
92
92
93
93
# Download original Python source code archive.
94
94
downloads/Python-$(PYTHON_VERSION ) .tgz :
95
- mkdir downloads
95
+ mkdir -p downloads
96
96
if [ ! -e downloads/Python-$( PYTHON_VERSION) .tgz ]; then curl -L https://www.python.org/ftp/python/$( PYTHON_VERSION) /Python-$( PYTHON_VERSION) .tgz > downloads/Python-$( PYTHON_VERSION) .tgz; fi
97
97
98
98
PYTHON_DIR-host = build/Python-$(PYTHON_VERSION ) -host
@@ -228,7 +228,7 @@ clean-$1:
228
228
rm -rf build/$1
229
229
230
230
dist/Python-$(PYTHON_VERSION ) -$1-support.b$(BUILD_NUMBER ) .tar.gz: $$(OPENSSL_FRAMEWORK-$1 ) $$(PYTHON_FRAMEWORK-$1 )
231
- mkdir dist
231
+ mkdir -p dist
232
232
tar zcvf $$@ -C build/$1 $$(notdir $$^ )
233
233
234
234
OpenSSL.framework-$1: $$(OPENSSL_FRAMEWORK-$1 )
You can’t perform that action at this time.
0 commit comments