mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -243,6 +243,8 @@ then
|
|||||||
fi
|
fi
|
||||||
if test -n "$srcdir"
|
if test -n "$srcdir"
|
||||||
then
|
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"
|
if test -z "$builddir"
|
||||||
then
|
then
|
||||||
if test -x "$dirname0/extra/my_print_defaults"
|
if test -x "$dirname0/extra/my_print_defaults"
|
||||||
|
Reference in New Issue
Block a user