Configure: impose ^X on whole build procedure.
authorAndy Polyakov <appro@openssl.org>
Fri, 9 Sep 2016 21:45:57 +0000 (23:45 +0200)
committerAndy Polyakov <appro@openssl.org>
Tue, 13 Sep 2016 11:22:28 +0000 (13:22 +0200)
commit758baa3dc250f12b92b1bebe86ad114f25763c04
tree6d0ead8b535a791960fef6c6cf7a87bf704a4928
parent77a6be4dfc2ecf406c2559a99bea51317ce0f533
Configure: impose ^X on whole build procedure.

Traditionally Configure passed $ENV{PERL} to Makefile. But this
resulted in ambiguilty as Configure script could be executed by
interpreter different from one executing remaining scripts. Since
we separate compile- and run-time interpreters with HASHBANGPERL
variable, there is no reason to segment the build procedure.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure
INSTALL