Build: make it possibly to specify subdirs in build.info
authorRichard Levitte <levitte@openssl.org>
Sat, 3 Nov 2018 14:03:59 +0000 (15:03 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 5 Nov 2018 08:27:31 +0000 (09:27 +0100)
commit7f73eafe2f5014ce1f915702c19ee7274e6b8c2d
tree07dfb8a37f0cedc9e9b9117606b1e3f4119021a2
parent7b34f0fa5d060409be1fb5165ef29e5a159b1e33
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)
CHANGES
Configurations/README
Configure