mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
- some fixed for make_win_src_distribution to work properly
Build-tools/Bootstrap:
- no need to create the make_win_src_distribution script in here - do
it in the Makefile instead.
scripts/Makefile.am:
- added make_win_src_distribution to bin_SCRIPTS, so it's automatically
built
scripts/make_win_src_distribution.sh:
- merge fixes (looks like CRLF problems)
This commit is contained in:
@@ -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!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user