diff options
author | unknown <gweir@build.mysql.com> | 2003-08-13 02:13:45 +0200 |
---|---|---|
committer | unknown <gweir@build.mysql.com> | 2003-08-13 02:13:45 +0200 |
commit | 7d6f4747774ba01c89e98277646bb976a09375c4 (patch) | |
tree | 77fa495633105e8085973122ad06cf5273f6bace | |
parent | 5def098850932e5d6b9d3d3a5d419db14e7229cf (diff) | |
download | mariadb-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_ok | 1 | ||||
-rwxr-xr-x | Build-tools/Bootstrap | 2 |
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!"); } |