Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefix
authorRichard Levitte <levitte@openssl.org>
Fri, 12 Feb 2016 20:14:03 +0000 (21:14 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 12 Feb 2016 20:54:07 +0000 (21:54 +0100)
commit3c65577f1af1109beb8de06420efa09188981628
treea4462f7bef60133b8e4654c3e0d038d077775108
parentc619e81011209ec7c52763a07479081fc15076f1
Rename INSTALL_PREFIX to DESTDIR, remove option --install_prefix

INSTALL_PREFIX is a confusing name, as there's also --prefix.
Instead, tag along with the rest of the open source world and adopt
the Makefile variable DESTDIR to designate the desired staging
directory.

The Configure option --install_prefix is removed, the only way to
designate a staging directory is with the Makefile variable (this is
also implemented for VMS' descrip.mms et al).

Reviewed-by: Rich Salz <rsalz@openssl.org>
14 files changed:
CHANGES
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configure
INSTALL
Makefile.in
apps/Makefile.in
crypto/async/Makefile.in
crypto/srp/Makefile.in
crypto/ts/Makefile.in
engines/Makefile.in
openssl.spec
tools/Makefile.in
util/cygwin.sh