Commit bf95970e authored by Monty's avatar Monty

Cleanups

* Ensure that BUILD scripts cleans up things properly before new BUILD
* MySQL -> MariaDB
* Ignore wrong valgrind memleak
parent 53ae72e2
...@@ -32,9 +32,9 @@ then ...@@ -32,9 +32,9 @@ then
configure="$configure --verbose" configure="$configure --verbose"
fi fi
# git clean -fdX removes all ignored (build) files
commands="\ commands="\
/bin/rm -rf configure; git clean -fdX
/bin/rm -rf CMakeCache.txt CMakeFiles/
path=`dirname $0` path=`dirname $0`
. \"$path/autorun.sh\"" . \"$path/autorun.sh\""
......
...@@ -42,7 +42,7 @@ Usage: $0 [-h|-n] [configure-options] ...@@ -42,7 +42,7 @@ Usage: $0 [-h|-n] [configure-options]
Influences the debug flags. Old is default. Influences the debug flags. Old is default.
--prefix=path Build with prefix 'path'. --prefix=path Build with prefix 'path'.
Note: this script is intended for internal use by MySQL developers. Note: this script is intended for internal use by MariaDB developers.
EOF EOF
} }
......
...@@ -368,8 +368,6 @@ ...@@ -368,8 +368,6 @@
fun:_dl_init fun:_dl_init
} }
# #
# dlclose can allocate memory for error message, the memory will be # dlclose can allocate memory for error message, the memory will be
# freed by dlerror or other dl* function. # freed by dlerror or other dl* function.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment