summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-04-23 16:19:23 +0200
committerRichard Levitte <levitte@openssl.org>2021-04-28 21:35:26 +0200
commit0bd138b8c36c7e8e504beb2c12a2771929c24cfb (patch)
tree83256ed5e2267bf576ff07f523ffa4459976f86e /Configure
parente9b30d9f50a356b3b0a9d60e6fc877e08f68a40e (diff)
downloadopenssl-new-0bd138b8c36c7e8e504beb2c12a2771929c24cfb.tar.gz
Windows bulding: Make dependency generation not quite as talkative
The modified way to generate .d files had an unfortunate side effect, that it outputs the whole preprocessed file and not just the dependency lines, at least with MSVC's cl. That gave util/add-depends.pl a whole lot more to read through, which impacts greatly on the performance of dependency treatment. We modify the process by adding a config target attribute 'make_depend', which can be any suitable command for generating such lines. All it needs is to also accept C flags and macro definitions. Fixes #14994 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/15006)
Diffstat (limited to 'Configure')
0 files changed, 0 insertions, 0 deletions