summaryrefslogtreecommitdiffstats
path: root/Configurations/README
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-16 12:56:21 +0200
committerRichard Levitte <levitte@openssl.org>2019-06-17 16:08:52 +0200
commit989b2ad786ee43438bbb8b33f857ba0ce6e10082 (patch)
treec151998c5fa3114d713ec4b6e649502f9cfb3dcc /Configurations/README
parentb19fe714e9d4c50dcb33259346f06d3924b337b7 (diff)
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)
Diffstat (limited to 'Configurations/README')
-rw-r--r--Configurations/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/Configurations/README b/Configurations/README
index 9d7c67d53c..72eb2b3215 100644
--- a/Configurations/README
+++ b/Configurations/README
@@ -238,14 +238,6 @@ In each table entry, the following keys are significant:
export vars as
accessor functions.
- apps_aux_src => Extra source to build apps/openssl and other
- apps, as needed by the target and that can be
- collected in a library.
- apps_init_src => Init source to build apps/openssl and other
- apps, as needed by the target. This code
- cannot be placed in a library, as the rest
- of the code isn't expected to link to it
- explicitly.
cpuid_asm_src => assembler implementation of cpuid code as
well as OPENSSL_cleanse().
Default to mem_clr.c