diff options
author | unknown <aelkin@mysql.com> | 2006-02-13 21:47:23 +0200 |
---|---|---|
committer | unknown <aelkin@mysql.com> | 2006-02-13 21:47:23 +0200 |
commit | 3cebcd159ea564fc82125633eaf7956432bd3445 (patch) | |
tree | 677c2ef455cb583d6bc7d394a52b3a60d57a94c6 | |
parent | 32d32b6eca1f03c9670414a6bbc9d0ad173372a1 (diff) | |
parent | bdb953bd9d9e8a92ebe73c809378632b1eee5e69 (diff) | |
download | mariadb-git-3cebcd159ea564fc82125633eaf7956432bd3445.tar.gz |
Merge mysql.com:/usr_rh9/home/elkin.rh9/MySQL/BARE/mysql-4.1
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/FIXES/mysql-4.1-bug16217
-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 7afdae69439..42958a3a871 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -309,7 +309,7 @@ BuildMySQL "--enable-shared \ --with-comment=\"MySQL Community Edition - Max (GPL)\" \ --with-server-suffix='-Max'" -make test-force || true +make -i test-force || true # Save mysqld-max mv sql/mysqld sql/mysqld-max @@ -363,7 +363,7 @@ BuildMySQL "--disable-shared \ --without-openssl" nm --numeric-sort sql/mysqld > sql/mysqld.sym -make test-force || true +make -i test-force || true %install RBR=$RPM_BUILD_ROOT @@ -689,6 +689,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. + * Mon Dec 05 2005 Joerg Bruehe <joerg@mysql.com> - Avoid using the "bundled" zlib on "shared" builds: |