|
|
|
@ -392,8 +392,13 @@ NODEBUG=@
|
|
|
|
|
$(NODEBUG) !
|
|
|
|
|
$(NODEBUG) ! Installation logical names
|
|
|
|
|
$(NODEBUG) !
|
|
|
|
|
$(NODEBUG) installtop = F$PARSE(staging_instdir,"$(INSTALLTOP)","[]A.;",,"SYNTAX_ONLY,NO_CONCEAL") - ".][000000" - "[000000." - "][" - "]A.;" + ".]"
|
|
|
|
|
$(NODEBUG) datatop = F$PARSE(staging_datadir,"$(OPENSSLDIR)","[]A.;",,"SYNTAX_ONLY,NO_CONCEAL") - ".][000000" - "[000000." - "][" - "]A.;" + ".]"
|
|
|
|
|
$(NODEBUG) ! This also creates a few DCL variables that are used for
|
|
|
|
|
$(NODEBUG) ! the "install_msg" target.
|
|
|
|
|
$(NODEBUG) !
|
|
|
|
|
$(NODEBUG) installroot = F$PARSE(staging_instdir,"$(INSTALLTOP)","[]A.;",,"SYNTAX_ONLY,NO_CONCEAL") - ".][000000" - "[000000." - "][" - "]A.;"
|
|
|
|
|
$(NODEBUG) installtop = installroot + ".]"
|
|
|
|
|
$(NODEBUG) dataroot = F$PARSE(staging_datadir,"$(OPENSSLDIR)","[]A.;",,"SYNTAX_ONLY,NO_CONCEAL") - ".][000000" - "[000000." - "][" - "]A.;"
|
|
|
|
|
$(NODEBUG) datatop = dataroot + ".]"
|
|
|
|
|
$(NODEBUG) DEFINE ossl_installroot 'installtop'
|
|
|
|
|
$(NODEBUG) DEFINE ossl_dataroot 'datatop'
|
|
|
|
|
$(NODEBUG) !
|
|
|
|
@ -468,9 +473,9 @@ list-tests :
|
|
|
|
|
@ WRITE SYS$OUTPUT "Tests are not supported with your chosen Configure options"
|
|
|
|
|
@ ! {- output_on() if !$disabled{tests}; "" -}
|
|
|
|
|
|
|
|
|
|
install : install_sw install_ssldirs install_docs install_final
|
|
|
|
|
install : install_sw install_ssldirs install_docs install_msg
|
|
|
|
|
|
|
|
|
|
install_final :
|
|
|
|
|
install_msg :
|
|
|
|
|
@ WRITE SYS$OUTPUT ""
|
|
|
|
|
@ WRITE SYS$OUTPUT "######################################################################"
|
|
|
|
|
@ WRITE SYS$OUTPUT ""
|
|
|
|
@ -478,9 +483,8 @@ install_final :
|
|
|
|
|
@{- sourcefile("VMS", "msg_install.com") -} "$(SYSTARTUP)" "{- $osslver -}"
|
|
|
|
|
@ IF "$(DESTDIR)" .NES. "" THEN -
|
|
|
|
|
@{- sourcefile("VMS", "msg_staging.com") -} -
|
|
|
|
|
'installtop' 'datatop' "$(INSTALLTOP)" "$(OPENSSLDIR)" -
|
|
|
|
|
"$(SYSTARTUP)" "{- $osslver -}" -
|
|
|
|
|
|
|
|
|
|
"''installroot']" "''dataroot']" "$(INSTALLTOP)" "$(OPENSSLDIR)" -
|
|
|
|
|
"$(SYSTARTUP)" "{- $osslver -}"
|
|
|
|
|
|
|
|
|
|
check_install :
|
|
|
|
|
spawn/nolog @ossl_installroot:[SYSTEST]openssl_ivp{- $osslver -}.com
|
|
|
|
|