summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <gweir@build.mysql.com>2003-08-13 02:13:45 +0200
committerunknown <gweir@build.mysql.com>2003-08-13 02:13:45 +0200
commit7d6f4747774ba01c89e98277646bb976a09375c4 (patch)
tree77fa495633105e8085973122ad06cf5273f6bace
parent5def098850932e5d6b9d3d3a5d419db14e7229cf (diff)
downloadmariadb-git-7d6f4747774ba01c89e98277646bb976a09375c4.tar.gz
Bootstrap:
Corrections to Bootstrap for --win-dist Build-tools/Bootstrap: Corrections to for --win-dist BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-rw-r--r--BitKeeper/etc/logging_ok1
-rwxr-xr-xBuild-tools/Bootstrap2
2 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok
index 49f98d092bb..3ee214e6760 100644
--- a/BitKeeper/etc/logging_ok
+++ b/BitKeeper/etc/logging_ok
@@ -22,6 +22,7 @@ gluh@gluh.mysql.r18.ru
greg@gcw.ath.cx
greg@mysql.com
guilhem@mysql.com
+gweir@build.mysql.com
gweir@work.mysql.com
heikki@donna.mysql.fi
heikki@hundin.mysql.fi
diff --git a/Build-tools/Bootstrap b/Build-tools/Bootstrap
index 747d73398ab..877978e0b93 100755
--- a/Build-tools/Bootstrap
+++ b/Build-tools/Bootstrap
@@ -329,7 +329,7 @@ $command= "make dist";
if ($opt_win_dist)
{
&logger ("Creating Windows source package");
- $command= "./scripts/make_win_src_distibution";
+ $command= "$target_dir/scripts/make_win_src_distribution";
&run_command($command, "make_win_src_distribution failed!");
}