From 75d47db49d41176d1f9a363f80e5a45e834563b8 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 3 Nov 2018 18:38:04 +0100 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/7558) --- build.info | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.info') diff --git a/build.info b/build.info index 9dffdd5b35..53629c40eb 100644 --- a/build.info +++ b/build.info @@ -1,3 +1,5 @@ +# Note that some of these directories are filtered in Configure. Look for +# %skipdir there for further explanations. SUBDIRS=crypto ssl apps test util tools fuzz engines {- -- cgit v1.2.3