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
cde03a01
Commit
cde03a01
authored
Aug 13, 2003
by
gweir@build.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_win_src_distribution.sh:
Copy some previously missed files
parent
d7367dea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
scripts/make_win_src_distribution.sh
scripts/make_win_src_distribution.sh
+17
-2
No files found.
scripts/make_win_src_distribution.sh
View file @
cde03a01
...
...
@@ -249,11 +249,12 @@ touch $BASE/innobase/ib_config.h
#
cd
$SOURCE
for
i
in
COPYING ChangeLog README
\
for
i
in
COPYING C
OPYING.LIB C
hangeLog README
\
INSTALL-SOURCE INSTALL-WIN
\
INSTALL-WIN-SOURCE
\
Docs/manual_toc.html Docs/manual.html
\
Docs/mysqld_error.txt Docs/INSTALL-BINARY
Docs/manual.txt Docs/mysqld_error.txt
\
Docs/INSTALL-BINARY
do
print_debug
"Copying file '
$i
'"
...
...
@@ -263,6 +264,20 @@ do
fi
done
#
# Raw dirs from source tree
#
for
i
in
Docs/Flags scripts sql-bench SSL
\
tests tools
do
print_debug
"Copying directory '
$i
'"
if
[
-d
$i
]
then
$CP
-R
$i
$BASE
/
$i
fi
done
#
# Fix some windows files
#
...
...
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