summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-07-29 13:23:47 +0200
committerunknown <lenz@mysql.com>2002-07-29 13:23:47 +0200
commit611e6213c191b692e1f08173e6025814f685d9fd (patch)
treefe52771d933695e56df46c2dc31726a7ef3a130c /Build-tools
parent8100e95ef77a7d7a739e1f234b39467b9f6bd652 (diff)
downloadmariadb-git-611e6213c191b692e1f08173e6025814f685d9fd.tar.gz
- 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
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Do-compile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile
index 0e7922c5f2f..53a79017f1a 100755
--- a/Build-tools/Do-compile
+++ b/Build-tools/Do-compile
@@ -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";
}