Make util/wrap.pl work better on VMS
authorRichard Levitte <levitte@openssl.org>
Wed, 16 Jun 2021 08:32:43 +0000 (10:32 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 18 Jun 2021 07:08:16 +0000 (09:08 +0200)
commit0eed845ce2d76a1f2d8882cb32e1d36c30236d5e
tree5a15eaa71eb973fabbd43b57f3576aa2e1bc7ad2
parent1abcd1e858ea4b1e924bdd8141d55b889cc2fbc2
Make util/wrap.pl work better on VMS

Perl's system() on VMS needs to have the command line properly fixed
up, even with arguments passed in list form.  We arrange that by
having util/wrap.pl use the same command line fixups as OpenSSL::Test.

As a consequence, util/wrap.pl needs to be generated, to easily pick
up data from configdata.pm.  This also removes yet another file
copying hack from the build file templates.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15791)
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
util/build.info
util/wrap.pl.in [moved from util/wrap.pl with 81% similarity, mode: 0644]