File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,13 @@ cd ../storage/rocksdb/rocksdb
44
44
git submodule update
45
45
cd ../../maria/libmarias3
46
46
git submodule update
47
- cd ../../.."
47
+ cd ../../..
48
+ cd storage/columnstore/columnstore
49
+ git submodule update
50
+ cd ../../..
51
+ cd wsrep-lib
52
+ git submodule update
53
+ cd .."
48
54
fi
49
55
commands=" $commands
50
56
path=` dirname $0 `
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Usage: $0 [-h|-n] [configure-options]
32
32
-n, --just-print Don't actually run any commands; just print them.
33
33
-c, --just-configure Stop after running configure.
34
34
Combined with --just-print shows configure options.
35
+ --just-clean Clean up compilation files and update sub modules
35
36
--extra-configs=xxx Add this to configure options
36
37
--extra-flags=xxx Add this C and CXX flags
37
38
--extra-cflags=xxx Add this to C flags
@@ -71,6 +72,8 @@ parse_options()
71
72
just_configure=1;;
72
73
-n | --just-print | --print)
73
74
just_print=1;;
75
+ --just-clean)
76
+ just_clean=1;;
74
77
--verbose)
75
78
verbose_make=1;;
76
79
-h | --help)
94
97
95
98
prefix=" /usr/local/mysql"
96
99
just_print=
100
+ just_clean=
97
101
just_configure=
98
102
warning_mode=
99
103
maintainer_mode=
You can’t perform that action at this time.
0 commit comments