VMS: throw away [.util]shareable_image_wrap.c.in and add replacement scripts
authorRichard Levitte <levitte@openssl.org>
Tue, 14 Mar 2017 21:09:57 +0000 (22:09 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 14 Mar 2017 21:27:17 +0000 (22:27 +0100)
commita74db02a2e182a16c76a12da1ac8ae8a215746b0
tree0acbe5eeb52a04b55d47ba6b09f0ed84a9877ed5
parent2de2df7fe8986e6e25afa72a5fe6a92272eaa4ff
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.  They also define
DBG$IMAGE_DSF_PATH, which is require so the debugger can find the Debug
Symbol Files.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2947)
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]