Skip to content

Commit

Permalink
Build: clean away RENAME and SHARED_NAME
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <[email protected]>
(Merged from openssl#8125)
  • Loading branch information
levitte committed Jan 31, 2019
1 parent da7e31e commit fb3637d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Configure
Original file line number Diff line number Diff line change
Expand Up @@ -1888,10 +1888,6 @@ if ($builder eq "unified") {
qr/^\s*GENERATE\[((?:\\.|[^\\\]])+)\]\s*=\s*(.*)\s*$/
=> sub { push @{$generate{$1}}, $2
if !@skip || $skip[$#skip] > 0 },
qr/^\s*RENAME\[((?:\\.|[^\\\]])+)\]\s*=\s*(.*)\s*$/
=> sub { warn "RENAME is no longer supported\n" },
qr/^\s*SHARED_NAME\[((?:\\.|[^\\\]])+)\]\s*=\s*(.*)\s*$/
=> sub { warn "SHARED_NAME is no longer supported\n" },
qr/^\s*(?:#.*)?$/ => sub { },
"OTHERWISE" => sub { die "Something wrong with this line:\n$_\nat $sourced/$f" },
"BEFORE" => sub {
Expand Down

0 comments on commit fb3637d

Please sign in to comment.