Configurations/descrip.mms.tmpl: avoid enormous PIPE commands
authorRichard Levitte <levitte@openssl.org>
Mon, 11 Jan 2021 07:31:21 +0000 (08:31 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 12 Feb 2021 14:57:25 +0000 (15:57 +0100)
commit72ddea9b817e9b787e58d5b7ca8b7b8e6351f06e
treec8db798041ac1d1e6a1c1b85f455aba99bf6190d
parent1695e10e402a2d25e57df2ac709d6265f3a2533f
Configurations/descrip.mms.tmpl: avoid enormous PIPE commands

DCL has a total command line limitation that's too easily broken by
them.

We solve them by creating separate message scripts and using them.

Fixes #13789

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13835)
Configurations/descrip.mms.tmpl
VMS/msg_install.com [new file with mode: 0644]
VMS/msg_staging.com [new file with mode: 0644]