]> git.ipfire.org Git - thirdparty/openssl.git/commit
Configure: Improve incremental build time
authorOrgad Shaneh <orgads@gmail.com>
Sun, 31 Jul 2016 06:13:13 +0000 (09:13 +0300)
committerOrgad Shaneh <orgads@gmail.com>
Wed, 16 Nov 2016 07:08:27 +0000 (09:08 +0200)
commitecc955157af5f0fa19bcd74caaf52ec3fa18f755
treede4893ee6f90695767bd21073914cc5ab4ec5f5b
parent8ac70bef694e733cec0f19a9438af98991cb5fa3
Configure: Improve incremental build time

When Makefile/opensslconf.h is unchanged, don't write it at all.

Currently every time Configure is executed, these files are overwritten.
Makefile leads to regeneration of buildinf.h, and opensslconf.h is itself
a central header.

As a result, Configure triggers full rebuild, even if nothing is changed.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1370)
Configure