From: Richard Levitte Date: Mon, 23 May 2016 16:35:23 +0000 (+0200) Subject: VMS: show the ossl_dataroot logical as well when doing "mms debug_logicals" X-Git-Tag: OpenSSL_1_1_0-pre6~715 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7285ac09563d19842fb2bce1a818598ebb278be4;p=oweals%2Fopenssl.git VMS: show the ossl_dataroot logical as well when doing "mms debug_logicals" Reviewed-by: Rich Salz --- diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl index 534f7fbc07..3314a17017 100644 --- a/Configurations/descrip.mms.tmpl +++ b/Configurations/descrip.mms.tmpl @@ -439,9 +439,7 @@ check_INSTALLTOP : # Developer targets ################################################## debug_logicals : - SH LOGICAL/PROC openssl,internal,ossl_installroot - IF "$(DESTDIR)" .EQS. "" THEN - - SH LOGICAL/PROC ossl_dataroot + SH LOGICAL/PROC openssl,internal,ossl_installroot,ossl_dataroot # Building targets ###################################################