Commit 340da949 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make generation of dependency files more efficient when possible



When building with GNU C, clang or VMS C, it's more efficient to
generate dependency file and object file in one call rather than two.
Have the dependency output in a temporary file and compare it with the
previous one if available to see if replacement is waranted, thereby
avoiding unnecessary reconstruction of Makefile / descrip.mms.

Github issue #750

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent e0b5108c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment