Below is the list of changes that have just been committed into a local
4.1 repository of mysqldev. When mysqldev 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.2477 05/12/09 17:11:44 jani@stripped +1 -0
Fixed linux tools compilation script for Netware builds
netware/BUILD/compile-linux-tools
1.8 05/12/09 17:10:00 jani@stripped +2 -1
Fixed linux tools compilation script for Netware builds
# 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: jani
# Host: suse9-x86.mysql.com
# Root: /home/mysqldev/mydev/mysql-4.1.16-build-dev
--- 1.7/netware/BUILD/compile-linux-tools 2005-10-27 18:34:19 +02:00
+++ 1.8/netware/BUILD/compile-linux-tools 2005-12-09 17:10:00 +01:00
@@ -28,7 +28,8 @@
./configure --without-innodb --without-docs
# build tools only
-make clean all-local
+make clean
+make
(cd dbug; make libdbug.a)
(cd strings; make libmystrings.a)
(cd mysys; make libmysys.a)
| Thread |
|---|
| • bk commit into 4.1 tree (jani:1.2477) | jani | 9 Dec |