diff options
author | unknown <joerg@mysql.com> | 2006-02-13 18:04:30 +0100 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2006-02-13 18:04:30 +0100 |
commit | d263d8b0d6beabb4a2c0b195383d223ed2e89115 (patch) | |
tree | 754576fd4a1447970dd3e3efdd32e7cbfd3a7239 /support-files | |
parent | 8e97e9c8c52cf5112ae151277ffabc3946292e4b (diff) | |
parent | cae77087f1bc8fb5d72b8d1d4e6f6795ea38cbd2 (diff) | |
download | mariadb-git-d263d8b0d6beabb4a2c0b195383d223ed2e89115.tar.gz |
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/M50/rpmspec-5.0
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 912c6f9e051..613045e6ad5 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -322,7 +322,7 @@ then cp -fp config.log "$MYSQL_MAXCONFLOG_DEST" fi -make test-force || true +make -i test-force || true # Save mysqld-max # check if mysqld was installed in .libs/ @@ -389,7 +389,7 @@ then cp -fp config.log "$MYSQL_CONFLOG_DEST" fi -make test-force || true +make -i test-force || true %install RBR=$RPM_BUILD_ROOT @@ -720,6 +720,11 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Fri Jan 10 2006 Joerg Bruehe <joerg@mysql.com> + +- Use "-i" on "make test-force"; + this is essential for later evaluation of this log file. + * Fri Dec 12 2005 Rodrigo Novo <rodrigo@mysql.com> - Added zlib to the list of (static) libraries installed |