summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-02-02 12:30:14 +0100
committerRichard Levitte <levitte@openssl.org>2018-02-22 14:57:40 +0100
commit047f0292d56b47f097236b879ab623f1663894b8 (patch)
tree05e9a1b748f04c89fe64bd4c5090444849f23037 /Configure
parentf729ba5537fe0733764b7eaa6f73f6e5f7f9b666 (diff)
Add a comment in configdata.pm regarding script-only variables
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5247)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configure b/Configure
index 5ca4f8fcc5..fb0534a7d7 100755
--- a/Configure
+++ b/Configure
@@ -2304,6 +2304,8 @@ if ($builder eq "unified") {
EOF
}
+print OUT
+ "# The following data is only used when this files is use as a script\n";
print OUT "my \%makevars = (\n";
foreach (sort keys %user) {
print OUT ' ',$_,' ' x (20 - length $_),'=> ',