Simplify the processing of skipped source directories
authorRichard Levitte <levitte@openssl.org>
Sat, 3 Nov 2018 17:38:04 +0000 (18:38 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 5 Nov 2018 08:28:37 +0000 (09:28 +0100)
commit75d47db49d41176d1f9a363f80e5a45e834563b8
treef06e1eb8399c580bb32a6052d4375320e2165b96
parente0bf7c0181dbf17323dbd38dfd485970150c5244
Simplify the processing of skipped source directories

We kept a number of arrays of directory names to keep track of exactly
which directories to look for build.info.  Some of these had the extra
function to hold the directories to actually build.

With the added SUBDIRS keyword, these arrays are no longer needed.
The logic for skipping certain directories needs to be kept, though.
That is now very much simplified, and is made opportunistic.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7558)
Configure
build.info
crypto/build.info