mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
Add some stuff to source package needed for CMake Windows packaging.
Docs/Makefile.am: Include Windows manual in source package (if available), needed for CMake packaging. Makefile.am: Include initial Windows database files in source package, needed for CMake packaging
This commit is contained in:
parent
4d30f784a4
commit
03b14c9eca
2 changed files with 15 additions and 0 deletions
|
|
@ -95,8 +95,16 @@ bin-dist: all
|
|||
$(top_builddir)/scripts/make_binary_distribution @MAKE_BINARY_DISTRIBUTION_OPTIONS@
|
||||
|
||||
# Remove BK's "SCCS" subdirectories from source distribution
|
||||
# Create initial database files for Windows installations.
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir) -type d -name SCCS -print`
|
||||
if echo "$(distdir)" | grep -q '^/' ; then \
|
||||
scripts/mysql_install_db --no-defaults --windows \
|
||||
--datadir="$(distdir)/win/data"; \
|
||||
else \
|
||||
scripts/mysql_install_db --no-defaults --windows \
|
||||
--datadir="$$(pwd)/$(distdir)/win/data"; \
|
||||
fi
|
||||
|
||||
tags:
|
||||
support-files/build-tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue