summaryrefslogtreecommitdiff
path: root/Build-tools/Bootstrap
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-08-07 18:54:59 +0200
committerlenz@mysql.com <>2003-08-07 18:54:59 +0200
commitd5547ad13bc1a0b74bb137039c78431efb606bf0 (patch)
tree2953293d69939d6392e43e2dd67b4e4f1f90020f /Build-tools/Bootstrap
parente56383eff2dcb858bbcc65de74adeb21cb6eb512 (diff)
downloadmariadb-git-d5547ad13bc1a0b74bb137039c78431efb606bf0.tar.gz
- some fixed for make_win_src_distribution to work properly
Diffstat (limited to 'Build-tools/Bootstrap')
-rwxr-xr-xBuild-tools/Bootstrap4
1 files changed, 0 insertions, 4 deletions
diff --git a/Build-tools/Bootstrap b/Build-tools/Bootstrap
index 15dfb31dfdd..33eca958ae0 100755
--- a/Build-tools/Bootstrap
+++ b/Build-tools/Bootstrap
@@ -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!");
}