This repository was archived by the owner on Mar 30, 2019. It is now read-only.
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:
7676
7777# Download original OpenSSL source code archive.
7878downloads/openssl-$(OPENSSL_VERSION ) .tgz :
79- mkdir downloads
79+ mkdir -p downloads
8080 -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
8181 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
8282
@@ -92,7 +92,7 @@ clean-Python:
9292
9393# Download original Python source code archive.
9494downloads/Python-$(PYTHON_VERSION ) .tgz :
95- mkdir downloads
95+ mkdir -p downloads
9696 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
9797
9898PYTHON_DIR-host = build/Python-$(PYTHON_VERSION ) -host
@@ -228,7 +228,7 @@ clean-$1:
228228 rm -rf build/$1
229229
230230dist/Python-$(PYTHON_VERSION ) -$1-support.b$(BUILD_NUMBER ) .tar.gz: $$(OPENSSL_FRAMEWORK-$1 ) $$(PYTHON_FRAMEWORK-$1 )
231- mkdir dist
231+ mkdir -p dist
232232 tar zcvf $$@ -C build/$1 $$(notdir $$^ )
233233
234234OpenSSL.framework-$1: $$(OPENSSL_FRAMEWORK-$1 )
You can’t perform that action at this time.
0 commit comments