summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2021-05-23 19:53:38 +0300
committerMonty <monty@mariadb.org>2021-05-23 19:53:38 +0300
commitc80cecb5e3e509d37929b4f446edf9b6c636b98f (patch)
tree915b13d9f0e60bc7ee36a5e5f342ab0beadfff30 /BUILD/SETUP.sh
parent30c90890953154e4120fb0373391288ce76dc7a5 (diff)
downloadmariadb-git-c80cecb5e3e509d37929b4f446edf9b6c636b98f.tar.gz
Updated BUILD scripts to update modules wsrep-lib and columnstore
Other things - Added lost option '--just-clean'
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-xBUILD/SETUP.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 9dbb4edf75c..cfcb771859f 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -32,6 +32,7 @@ Usage: $0 [-h|-n] [configure-options]
-n, --just-print Don't actually run any commands; just print them.
-c, --just-configure Stop after running configure.
Combined with --just-print shows configure options.
+ --just-clean Clean up compilation files and update sub modules
--extra-configs=xxx Add this to configure options
--extra-flags=xxx Add this C and CXX flags
--extra-cflags=xxx Add this to C flags
@@ -71,6 +72,8 @@ parse_options()
just_configure=1;;
-n | --just-print | --print)
just_print=1;;
+ --just-clean)
+ just_clean=1;;
--verbose)
verbose_make=1;;
-h | --help)
@@ -94,6 +97,7 @@ fi
prefix="/usr/local/mysql"
just_print=
+just_clean=
just_configure=
warning_mode=
maintainer_mode=