Unified on VMS - install dynamic engines if there are any

Don't check for no_shared

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-02-20 00:10:43 +01:00
parent 2dd400bd43
commit f27f64e17a

View File

@ -317,11 +317,13 @@ install_runtime : check_INSTALLTOP
ossl_installroot:[000000]openssl.cnf ossl_installroot:[000000]openssl.cnf
install_engines : check_INSTALLTOP install_engines : check_INSTALLTOP
@ {- output_off() if $config{no_shared}; "" -} ! @ {- output_off() unless scalar @{$unified_info{engines}}; "" -} !
@ WRITE SYS$OUTPUT "*** Installing engines" @ WRITE SYS$OUTPUT "*** Installing engines"
CREATE/DIR ossl_installroot:[ENGINES.'arch'] CREATE/DIR ossl_installroot:[ENGINES.'arch']
COPY/PROT=W:RE [.ENGINES]*.EXE ossl_installroot:[ENGINES.'arch'] {- join("\n ",
@ {- output_on() if $config{no_shared}; "" -} ! map { "COPY/PROT=W:RE $_.EXE ossl_installroot:[ENGINES.'arch']" }
grep(!m|ossltest$|i, @{$unified_info{engines}})) -}
@ {- output_on() unless scalar @{$unified_info{engines}}; "" -} !
install_config : [.VMS]openssl_startup.com [.VMS]openssl_shutdown.com - install_config : [.VMS]openssl_startup.com [.VMS]openssl_shutdown.com -
check_INSTALLTOP check_INSTALLTOP