Move all dependency post-processing to util/add-depends.pl
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Mar 2018 17:06:18 +0000 (18:06 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 16 Mar 2018 08:33:53 +0000 (09:33 +0100)
commitc39785d4e64587d3a07a8ce8f25046f407107e71
treeda3c07a3cf22c0d530feb5dbd4a1a0a1bd766397
parentca1ed2904e9235deb8bf2d32629c6a49b61bf7c0
Move all dependency post-processing to util/add-depends.pl

In the end, it's more efficient to only have one perl instance (that
loads configdata.pm) dealing with dependency files than running one
(that still loads configdata.pm) for each such file.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5631)
Configurations/descrip.mms.tmpl
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl
util/add-depends.pl
util/postprocess-makedepend.pl [deleted file]