diff options
author | unknown <monty@hundin.mysql.fi> | 2002-03-25 18:10:34 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-03-25 18:10:34 +0200 |
commit | 9ee0658adc1d79528e8a1b78c0369ebad6bb57d0 (patch) | |
tree | 37e6dbff799fdd1e484007e0c2cec9bf3bbb073a /Build-tools/Do-compile | |
parent | 9ed83bda3d196552934eaa8fa284463e87f82865 (diff) | |
download | mariadb-git-9ee0658adc1d79528e8a1b78c0369ebad6bb57d0.tar.gz |
Fixed that RPM can be recompiled even if there is not another glibc in /usr/local/mysql-glibc
Build-tools/Do-compile:
Fix to build mysqlcom
Build-tools/Do-rpm:
Fixes for building with gcc 3.0.4
Docs/manual.texi:
Small bug fix
configure.in:
Cleanup
Diffstat (limited to 'Build-tools/Do-compile')
-rwxr-xr-x | Build-tools/Do-compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 1e20cb35ed7..ffd8815fdb1 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -92,7 +92,7 @@ if ($opt_stage == 0) { system("mkdir $host") if (! -d $host); system("touch $host/mysql-fix-for-glob"); - rm_all(<$host/mysql-*>); + rm_all(<$host/mysql*>); system("mkdir $host/bin") if (! -d "$host/bin"); } rm_all("$host/test"); |