mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Cleanups
* Ensure that BUILD scripts cleans up things properly before new BUILD * MySQL -> MariaDB * Ignore wrong valgrind memleak
This commit is contained in:
parent
53ae72e2ee
commit
bf95970ec0
3 changed files with 3 additions and 5 deletions
|
@ -32,9 +32,9 @@ then
|
|||
configure="$configure --verbose"
|
||||
fi
|
||||
|
||||
# git clean -fdX removes all ignored (build) files
|
||||
commands="\
|
||||
/bin/rm -rf configure;
|
||||
/bin/rm -rf CMakeCache.txt CMakeFiles/
|
||||
git clean -fdX
|
||||
|
||||
path=`dirname $0`
|
||||
. \"$path/autorun.sh\""
|
||||
|
|
|
@ -42,7 +42,7 @@ Usage: $0 [-h|-n] [configure-options]
|
|||
Influences the debug flags. Old is default.
|
||||
--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
|
||||
}
|
||||
|
||||
|
|
|
@ -368,8 +368,6 @@
|
|||
fun:_dl_init
|
||||
}
|
||||
|
||||
|
||||
|
||||
#
|
||||
# dlclose can allocate memory for error message, the memory will be
|
||||
# freed by dlerror or other dl* function.
|
||||
|
|
Loading…
Reference in a new issue