diff options
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 |