mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
- some fixed for make_win_src_distribution to work properly
This commit is contained in:
@@ -310,10 +310,6 @@ $command= "make dist";
|
|||||||
if ($opt_win_dist)
|
if ($opt_win_dist)
|
||||||
{
|
{
|
||||||
&logger ("Creating Windows source package");
|
&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";
|
$command= "./scripts/make_win_src_distibution";
|
||||||
&run_command($command, "make_win_src_distribution failed!");
|
&run_command($command, "make_win_src_distribution failed!");
|
||||||
}
|
}
|
||||||
|
@@ -17,6 +17,7 @@
|
|||||||
## Process this file with automake to create Makefile.in
|
## Process this file with automake to create Makefile.in
|
||||||
|
|
||||||
bin_SCRIPTS = @server_scripts@ \
|
bin_SCRIPTS = @server_scripts@ \
|
||||||
|
make_win_src_distribution \
|
||||||
msql2mysql \
|
msql2mysql \
|
||||||
mysql_config \
|
mysql_config \
|
||||||
mysql_fix_privilege_tables \
|
mysql_fix_privilege_tables \
|
||||||
|
@@ -128,9 +128,7 @@ find $BASE \( -name "*.dsp" -o -name "*.dsw" \) -and -not -path \*SCCS\* -print
|
|||||||
print_debug "Replacing LF -> CRLF from '$v'"
|
print_debug "Replacing LF -> CRLF from '$v'"
|
||||||
|
|
||||||
# ^M -> type CTRL V + CTRL M
|
# ^M -> type CTRL V + CTRL M
|
||||||
cat $v | sed 's/
|
cat $v | sed 's/
|
||||||
//' | sed 's/$/
|
|
||||||
/' > $v.tmp
|
|
||||||
//' | sed 's/$/
|
//' | sed 's/$/
|
||||||
/' > $v.tmp
|
/' > $v.tmp
|
||||||
rm $v
|
rm $v
|
||||||
|
Reference in New Issue
Block a user