mirror of https://github.com/openssl/openssl.git
openssl_{startup,shutdown}.com.in are in the source directory
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
b3c930cc8c
commit
e073fd15b7
|
|
@ -378,13 +378,13 @@ install_config : [.VMS]openssl_startup.com [.VMS]openssl_shutdown.com -
|
||||||
{- sourcefile("VMS", "openssl_utils.com") -} -
|
{- sourcefile("VMS", "openssl_utils.com") -} -
|
||||||
ossl_installroot:[SYS$STARTUP]
|
ossl_installroot:[SYS$STARTUP]
|
||||||
|
|
||||||
[.VMS]openssl_startup.com : vmsconfig.pm [.VMS]openssl_startup.com.in
|
[.VMS]openssl_startup.com : vmsconfig.pm {- sourcefile("VMS", "openssl_startup.com.in") -}
|
||||||
- CREATE/DIR [.VMS]
|
- CREATE/DIR [.VMS]
|
||||||
$(PERL) "-I." "-Mvmsconfig" {- sourcefile("util", "dofile.pl") -} -
|
$(PERL) "-I." "-Mvmsconfig" {- sourcefile("util", "dofile.pl") -} -
|
||||||
{- sourcefile("VMS", "openssl_startup.com.in") -} -
|
{- sourcefile("VMS", "openssl_startup.com.in") -} -
|
||||||
> [.VMS]openssl_startup.com
|
> [.VMS]openssl_startup.com
|
||||||
|
|
||||||
[.VMS]openssl_shutdown.com : vmsconfig.pm [.VMS]openssl_shutdown.com.in
|
[.VMS]openssl_shutdown.com : vmsconfig.pm {- sourcefile("VMS", "openssl_shutdown.com.in") -}
|
||||||
- CREATE/DIR [.VMS]
|
- CREATE/DIR [.VMS]
|
||||||
$(PERL) "-I." "-Mvmsconfig" {- sourcefile("util", "dofile.pl") -} -
|
$(PERL) "-I." "-Mvmsconfig" {- sourcefile("util", "dofile.pl") -} -
|
||||||
{- sourcefile("VMS", "openssl_shutdown.com.in") -} -
|
{- sourcefile("VMS", "openssl_shutdown.com.in") -} -
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue