Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c80cecb5
Commit
c80cecb5
authored
May 23, 2021
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated BUILD scripts to update modules wsrep-lib and columnstore
Other things - Added lost option '--just-clean'
parent
30c90890
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
BUILD/FINISH.sh
BUILD/FINISH.sh
+7
-1
BUILD/SETUP.sh
BUILD/SETUP.sh
+4
-0
No files found.
BUILD/FINISH.sh
View file @
c80cecb5
...
...
@@ -44,7 +44,13 @@ cd ../storage/rocksdb/rocksdb
git submodule update
cd ../../maria/libmarias3
git submodule update
cd ../../.."
cd ../../..
cd storage/columnstore/columnstore
git submodule update
cd ../../..
cd wsrep-lib
git submodule update
cd .."
fi
commands
=
"
$commands
path=
`
dirname
$0
`
...
...
BUILD/SETUP.sh
View file @
c80cecb5
...
...
@@ -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
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment