diff options
author | Richard Levitte <levitte@openssl.org> | 2019-01-30 19:10:26 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-01-31 16:19:50 +0100 |
commit | da7e31e0c7be390d37b84c6200afd802def700c5 (patch) | |
tree | 36ebe7b8533c6ef59fb72e544b4594dc17fc6016 /Configurations | |
parent | Build: Remove BEGINRAW / ENDRAW / OVERRIDE (diff) | |
download | openssl-da7e31e0c7be390d37b84c6200afd802def700c5.tar.xz openssl-da7e31e0c7be390d37b84c6200afd802def700c5.zip |
Build: remove EXTRA
We never used it for anything
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8125)
Diffstat (limited to 'Configurations')
-rw-r--r-- | Configurations/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Configurations/README b/Configurations/README index 65841b38b6..1e4d54565f 100644 --- a/Configurations/README +++ b/Configurations/README @@ -413,7 +413,6 @@ variables: LIBS=libsomething ENGINES=libeng SCRIPTS=myhack - EXTRA=file1 file2 Note that the files mentioned for PROGRAMS, LIBS and ENGINES *must* be without extensions. The build file templates will figure them out. |