summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-02-24 17:40:22 -0500
committerRich Salz <rsalz@openssl.org>2015-02-24 17:40:22 -0500
commitf09e7ca94bd428203da770a874604754dace1b02 (patch)
tree8f990842e3932ae803720850f70922643f497a44 /Makefile.org
parent384dee51242e950c56b3bac32145957bfbf3cd4b (diff)
Move build config table to separate files.
Move the build configuration table into separate files. The Configurations file is standard configs, and Configurations.team is for openssl-team members. Any other file, Configurations*, found in the same directory as the Configure script, is loaded. To add another file, use --config=FILE flags (which should probably be an absolute path). Written by Stefen Eissing <stefan.eissing@greenbytes.de> and Rich Salz <rsalz@openssl.org>, contributed by Akamai Technologies. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index f60ecf310c..c932a6a24e 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -500,7 +500,7 @@ crypto/bn/bn_prime.h: crypto/bn/bn_prime.pl
$(PERL) crypto/bn/bn_prime.pl >crypto/bn/bn_prime.h
-TABLE: Configure
+TABLE: Configure Configurations Configurations.team
(echo 'Output of `Configure TABLE'"':"; \
$(PERL) Configure TABLE) > TABLE