Below is the list of changes that have just been committed into a local
4.0 repository of joerg. When joerg does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2109 05/05/25 16:24:07 joerg@stripped +1 -0
Added a missing "make clean" to the RPM "spec" file which had caused the original 4.1.12
RPMs to be broken.
(bug#10674, bug#10681)
support-files/mysql.spec.sh
1.90 05/05/25 16:24:05 joerg@stripped +7 -0
Added a missing "make clean" which had caused the original 4.1.12 RPMs to be broken.
(bug#10674, bug#10681)
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: joerg
# Host: trift2.
# Root: /M40/push-4.0
--- 1.89/support-files/mysql.spec.sh Wed Apr 13 19:50:52 2005
+++ 1.90/support-files/mysql.spec.sh Wed May 25 16:24:05 2005
@@ -299,6 +299,9 @@
(cd libmysql/.libs; tar cf $RBR/shared-libs.tar *.so*)
(cd libmysql_r/.libs; tar rf $RBR/shared-libs.tar *.so*)
+# Now clean up
+make clean
+
# RPM:s destroys Makefile.in files, so we generate them here
# aclocal; autoheader; aclocal; automake; autoconf
# (cd innobase && aclocal && autoheader && aclocal &&
automake && autoconf)
@@ -584,6 +587,10 @@
# itself - note that they must be ordered by date (important when
# merging BK trees)
%changelog
+* Wed May 25 2005 Joerg Bruehe <joerg@stripped>
+
+- Added a "make clean" between separate calls to "BuildMySQL".
+
* Wed Apr 13 2005 Lenz Grimmer <lenz@stripped>
- removed the MySQL manual files (html/ps/texi) - they have been removed
| Thread |
|---|
| • bk commit into 4.0 tree (joerg:1.2109) BUG#10681 | Joerg Bruehe | 25 May |