mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 16:25:30 +02:00
support-files/mysql.spec.sh : Manual merge: new "-i" in "make -i test-force", changelog.
support-files/mysql.spec.sh: Manual merge: new "-i" in "make -i test-force", changelog.
This commit is contained in:
commit
cae77087f1
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue