- Do not add the "-max" suffix when building with Do-compile and
InnoDB has been selected (InnoDB is now part of the normal binary, not the Max binary) Build-tools/Do-compile: - InnoDB is now part of the default binary, no need to add the -max suffix in this case
This commit is contained in:
parent
8100e95ef7
commit
611e6213c1
@ -12,7 +12,7 @@ GetOptions("Information","help","distribution=s","user=s","result=s","delete","n
|
||||
usage() if ($opt_help || $opt_Information);
|
||||
usage() if (!$opt_distribution);
|
||||
|
||||
if (($opt_innodb || $opt_bdb) && $opt_version_suffix eq "")
|
||||
if ($opt_bdb && $opt_version_suffix eq "")
|
||||
{
|
||||
$opt_version_suffix="-max";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user