diff options
author | unknown <lenz@mysql.com> | 2003-08-07 18:54:59 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-08-07 18:54:59 +0200 |
commit | 46f5c97d312a84c0620958f4fcf0df6acd676256 (patch) | |
tree | 2953293d69939d6392e43e2dd67b4e4f1f90020f /Build-tools | |
parent | bbc9d64fea129bd0a776a109ed1ceac75bf894b9 (diff) | |
download | mariadb-git-46f5c97d312a84c0620958f4fcf0df6acd676256.tar.gz |
- 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)
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Bootstrap | 4 |
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!"); } |