]> git.ipfire.org Git - thirdparty/openssl.git/commit
Move uplink file information to build.info files
authorRichard Levitte <levitte@openssl.org>
Sun, 16 Jun 2019 10:56:21 +0000 (12:56 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 17 Jun 2019 14:08:52 +0000 (16:08 +0200)
commit989b2ad786ee43438bbb8b33f857ba0ce6e10082
treec151998c5fa3114d713ec4b6e649502f9cfb3dcc
parentb19fe714e9d4c50dcb33259346f06d3924b337b7
Move uplink file information to build.info files

This file information was hidden in config target files, when they
should really be part of build.info like any other file we build
from.  With build.info variables, the task became much easier.

We take the opportunity to move apps_init_src and apps_aux_src to
apps/build.info as well, and to clean up apps/build.info.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9166)
Configurations/00-base-templates.conf
Configurations/10-main.conf
Configurations/50-masm.conf
Configurations/README
Configure
apps/build.info
crypto/build.info
test/build.info