1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Extra comment to mysql_install_db

Explain why it makes sense to not consider builddir == srcdir directly,
for cases when we do out-of-source builds.
This commit is contained in:
Vicențiu Ciorbaru
2019-07-01 13:55:05 +03:00
parent d890c45b62
commit ecd8f44844

View File

@ -243,6 +243,8 @@ then
fi
if test -n "$srcdir"
then
# In an out-of-source build, builddir is not srcdir. Try to guess where
# builddir is by looking for my_print_defaults.
if test -z "$builddir"
then
if test -x "$dirname0/extra/my_print_defaults"