We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c01bdc commit 97352d4Copy full SHA for 97352d4
icc/Makefile
@@ -230,7 +230,7 @@ create_openssl: $(ICC_ROOT)/openssl_source/$(OPENSSL_VER)-icc.tar.gz
230
)
231
# test if the extract worked
232
cd $(ICC_ROOT)/$(OPENSSL_VER)
233
- -rm Build_OSSL_Complete
+ if [ -e Build_OSSL_Complete ] ; then rm Build_OSSL_Complete ; fi
234
235
#- Create the OpenSSL sources from tarfile and patches on zOS
236
#- This has NO automated dependencies as that messes the automated builds
openssl_source/zlib-1.3.1.tar.gz
1.44 MB
0 commit comments