aboutsummaryrefslogtreecommitdiff
path: root/Configurations
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-11-03 15:03:59 +0100
committerRichard Levitte <levitte@openssl.org>2018-11-05 09:27:31 +0100
commit7f73eafe2f5014ce1f915702c19ee7274e6b8c2d (patch)
tree07dfb8a37f0cedc9e9b9117606b1e3f4119021a2 /Configurations
parent7b34f0fa5d060409be1fb5165ef29e5a159b1e33 (diff)
downloadopenssl-7f73eafe2f5014ce1f915702c19ee7274e6b8c2d.zip
openssl-7f73eafe2f5014ce1f915702c19ee7274e6b8c2d.tar.gz
openssl-7f73eafe2f5014ce1f915702c19ee7274e6b8c2d.tar.bz2
Build: make it possibly to specify subdirs in build.info
This adds a keyword SUBDIRS for build.info, to be used like this: SUBDIRS=foo bar This tells Configure that it should look for 'build.info' in the relative subdirectories 'foo' and 'bar' as well. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7558)
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/README8
1 files changed, 7 insertions, 1 deletions
diff --git a/Configurations/README b/Configurations/README
index 1c67f75..10463aa 100644
--- a/Configurations/README
+++ b/Configurations/README
@@ -400,7 +400,13 @@ $sourcedir and $builddir, which are the locations of the source
directory for the current build.info file and the corresponding build
directory, all relative to the top of the build tree.
-To begin with, things to be built are declared by setting specific
+'Configure' only knows inherently about the top build.info file. For
+any other directory that has one, further directories to look into
+must be indicated like this:
+
+ SUBDIRS=something someelse
+
+On to things to be built; they are declared by setting specific
variables:
PROGRAMS=foo bar