Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b3765bad
Commit
b3765bad
authored
Oct 02, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Back port change from 5.1 that adds the Windows database files to the source package.
This is needed for WiX pacakging.
parent
1ce809bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
Makefile.am
Makefile.am
+10
-0
No files found.
Makefile.am
View file @
b3765bad
...
...
@@ -89,8 +89,18 @@ 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
\
--basedir
=
$(top_srcdir)
\
--datadir
=
"
$(distdir)
/win/data"
;
\
else
\
scripts/mysql_install_db
--no-defaults
--windows
\
--basedir
=
$(top_srcdir)
\
--datadir
=
"
$
$(pwd)
/
$(distdir)
/win/data"
;
\
fi
tags
:
support-files/build-tags
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment