VMS: compensate for command line length limits with a logical name
authorRichard Levitte <levitte@openssl.org>
Wed, 23 Mar 2016 18:27:08 +0000 (19:27 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 23 Mar 2016 18:58:12 +0000 (19:58 +0100)
commitb54e35f6cd9a9de3962daa0112e33bd178c49f6d
treed40a4132774806924ef8ffbd6b20271329f6caea
parent921de151d2052c794cf6ad82fe76da92717577f7
VMS: compensate for command line length limits with a logical name

Sometimes, you might end up with a rather long compile line due to
excessively long /INCLUDE directories.  Compensate for it by making
a temporary logical name with them and using said logical name as
/INCLUDE argument.

A note was added to NOTES.VMS regarding these limitations.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configurations/descrip.mms.tmpl
NOTES.VMS