VMS: throw away [.util]shareable_image_wrap.c.in and add replacement scripts
authorRichard Levitte <levitte@openssl.org>
Tue, 14 Mar 2017 21:22:17 +0000 (22:22 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 14 Mar 2017 21:22:17 +0000 (22:22 +0100)
commitaa25177560344e78d55aaaf20927b5cf42a294b7
tree178fdf2d184b10ff54c7d110cdd126be84ae143e
parentb1163cc8b87547d4506de0b037fa1bd69781e818
VMS: throw away [.util]shareable_image_wrap.c.in and add replacement scripts

[.util]shareable_image_wrap.c.in was never useful because lib$spawn()
insisted on combining stdout and stderr into one.

Instead, we introduce two scripts that create and destroy a temporary
environment where the local shareable images become available,
[.util]local_shlib.com and [.util]unlocal_shlib.com.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2948)
util/build.info
util/local_shlib.com.in [new file with mode: 0644]
util/shareable_image_wrap.c.in [deleted file]
util/unlocal_shlib.com.in [new file with mode: 0644]