mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-build
into trift2.:/MySQL/M51/push-5.1
This commit is contained in:
commit
c680ab4100
1 changed files with 3 additions and 0 deletions
|
@ -85,11 +85,14 @@ bin-dist: all
|
|||
# Create initial database files for Windows installations.
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir) -type d -name SCCS -print`
|
||||
rm -f `find $(distdir) -type l -print`
|
||||
if echo "$(distdir)" | grep -q '^/' ; then \
|
||||
mkdir -p "$(distdir)/win" ; \
|
||||
scripts/mysql_install_db --no-defaults --windows \
|
||||
--basedir=$(top_srcdir) \
|
||||
--datadir="$(distdir)/win/data"; \
|
||||
else \
|
||||
mkdir -p "$$(pwd)/$(distdir)/win" ; \
|
||||
scripts/mysql_install_db --no-defaults --windows \
|
||||
--basedir=$(top_srcdir) \
|
||||
--datadir="$$(pwd)/$(distdir)/win/data"; \
|
||||
|
|
Loading…
Add table
Reference in a new issue