diff options
author | joerg@mysql.com <> | 2006-02-13 18:04:30 +0100 |
---|---|---|
committer | joerg@mysql.com <> | 2006-02-13 18:04:30 +0100 |
commit | 47746b12c4179de9e4d3726bdaba87e4403ef6f2 (patch) | |
tree | 754576fd4a1447970dd3e3efdd32e7cbfd3a7239 /support-files | |
parent | d19e124d98e1768ef628ec4ad81a2914933c7a8d (diff) | |
parent | 49caf76e59e07764f9efa86568b40fe97569cf19 (diff) | |
download | mariadb-git-47746b12c4179de9e4d3726bdaba87e4403ef6f2.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 |