From: kvishwanatha Date: December 13 2005 2:27pm Subject: bk commit into 4.1 tree (bldsql:1.2488) List-Archive: http://lists.mysql.com/commits/106 Message-Id: <200512131427.jBDERMVI011774@blr-naas-nwl03.blr.novell.com> Below is the list of changes that have just been committed into a local 4.1 repository of bldsql. When bldsql 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.2488 05/12/13 19:57:12 bldsql@stripped +1 -0 A quick fix for NetWare build. netware/BUILD/compile-linux-tools 1.8 05/12/13 19:57:01 bldsql@stripped +4 -2 A quick fix for NetWare build. # 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: bldsql # Host: blr-naas-nwl03.blr.novell.com # Root: /home/bldsql/bk/mysql-4.1-mainbk --- 1.7/netware/BUILD/compile-linux-tools 2005-10-27 22:04:19 +05:30 +++ 1.8/netware/BUILD/compile-linux-tools 2005-12-13 19:57:01 +05:30 @@ -28,7 +28,9 @@ ./configure --without-innodb --without-docs # build tools only -make clean all-local +#make clean all-local +make clean +make (cd dbug; make libdbug.a) (cd strings; make libmystrings.a) (cd mysys; make libmysys.a) @@ -53,7 +55,7 @@ # copying required linux tools cp extra/comp_err extra/comp_err.linux cp libmysql/conf_to_src libmysql/conf_to_src.linux -cp libmysql_r/conf_to_src libmysql_r/conf_to_src.linux +#cp libmysql_r/conf_to_src libmysql_r/conf_to_src.linux cp sql/gen_lex_hash sql/gen_lex_hash.linux cp strings/conf_to_src strings/conf_to_src.linux