diff options
author | unknown <monty@hundin.mysql.fi> | 2002-02-10 00:34:05 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-02-10 00:34:05 +0200 |
commit | c9a4dde5de64fe31f65653ca5bc7495fcf471382 (patch) | |
tree | e0db3fa293329c902ea8c940da9be5994fc74a12 /Build-tools | |
parent | 84c71cf7789ab7b74a7c9d8bb11c84ac0a63b846 (diff) | |
download | mariadb-git-c9a4dde5de64fe31f65653ca5bc7495fcf471382.tar.gz |
Add forgotten argument to --version-suffix
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-compile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 937f62b64bf..eecd01066e0 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -7,7 +7,7 @@ $opt_tmp=$opt_version_suffix=""; $opt_help=$opt_Information=$opt_delete=$opt_debug=$opt_stage=$opt_rsh_mail=$opt_no_test=$opt_no_perl=$opt_with_low_memory=$opt_fast_benchmark=$opt_static_client=$opt_static_server=$opt_static_perl=$opt_sur=$opt_with_small_disk=$opt_local_perl=$opt_tcpip=$opt_build_thread=$opt_no_mysqltest=$opt_use_old_distribution=$opt_enable_shared=$opt_no_crash_me=$opt_no_strip=0; $opt_innodb=$opt_bdb=0; -GetOptions("Information","help","distribution=s","user=s","result=s","delete","no-test","no-mysqltest","perl-files=s","debug","config-options=s","config-env=s","stage=i","rsh-mail","with-low-memory","fast-benchmark","tmp=s","static-client","static-server","static-perl","no-perl","local-perl","perl-options=s","sur","with-small-disk","dbd-options=s","tcpip","suffix=s","build-thread=i","innodb","bdb","use-old-distribution","enable-shared","no-crash-me","no-strip","version-suffix") || usage(); +GetOptions("Information","help","distribution=s","user=s","result=s","delete","no-test","no-mysqltest","perl-files=s","debug","config-options=s","config-env=s","stage=i","rsh-mail","with-low-memory","fast-benchmark","tmp=s","static-client","static-server","static-perl","no-perl","local-perl","perl-options=s","sur","with-small-disk","dbd-options=s","tcpip","suffix=s","build-thread=i","innodb","bdb","use-old-distribution","enable-shared","no-crash-me","no-strip","version-suffix=s") || usage(); usage() if ($opt_help || $opt_Information); usage() if (!$opt_distribution); @@ -362,7 +362,7 @@ To set up the environment, like 'CC=cc CXX=gcc CXXFLAGS=-O3' Options for Makefile.PL when configuring msql-mysql-modules. --version-suffix suffix -Can be used to set a suffix (normally com or -max) for a distribution +Can be used to set a suffix (normally 'com' or '-max') for a distribution --with-low-memory Use less memory when compiling. |