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
d5547ad1
Commit
d5547ad1
authored
Aug 07, 2003
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- some fixed for make_win_src_distribution to work properly
parent
e56383ef
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
23 deletions
+18
-23
Build-tools/Bootstrap
Build-tools/Bootstrap
+0
-4
scripts/Makefile.am
scripts/Makefile.am
+1
-0
scripts/make_win_src_distribution.sh
scripts/make_win_src_distribution.sh
+17
-19
No files found.
Build-tools/Bootstrap
View file @
d5547ad1
...
...
@@ -310,10 +310,6 @@ $command= "make dist";
if
(
$opt_win_dist
)
{
&
logger
("
Creating Windows source package
");
chdir
("
scripts
");
$command
=
"
make make_win_src_distribution
";
&
run_command
(
$command
,
"
make make_win_src_distribution failed!
");
chdir
("
..
");
$command
=
"
./scripts/make_win_src_distibution
";
&
run_command
(
$command
,
"
make_win_src_distribution failed!
");
}
...
...
scripts/Makefile.am
View file @
d5547ad1
...
...
@@ -17,6 +17,7 @@
## Process this file with automake to create Makefile.in
bin_SCRIPTS
=
@server_scripts@
\
make_win_src_distribution
\
msql2mysql
\
mysql_config
\
mysql_fix_privilege_tables
\
...
...
scripts/make_win_src_distribution.sh
View file @
d5547ad1
...
...
@@ -128,9 +128,7 @@ find $BASE \( -name "*.dsp" -o -name "*.dsw" \) -and -not -path \*SCCS\* -print
print_debug
"Replacing LF -> CRLF from '
$v
'"
# ^M -> type CTRL V + CTRL M
cat
$v
|
sed
's/
//'
|
sed
's/$/
/'
>
$v
.tmp
cat
$v
|
sed
's/ //'
|
sed
's/$/ /'
>
$v
.tmp
rm
$v
mv
$v
.tmp
$v
done
...
...
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