From: pkarthick Date: December 16 2005 4:07am Subject: bk commit into 4.0 tree (pkarthick:1.2166) List-Archive: http://lists.mysql.com/commits/195 Message-Id: <20051216040748.ED6F77BF4@blr-naas-nwl04.blr.novell.com> Below is the list of changes that have just been committed into a local 4.0 repository of . When 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.2166 05/12/16 09:37:43 pkarthick@stripped[prem] +1 -0 mysql-4.0-winepath.patch netware/BUILD/mwenv 1.8 05/08/30 13:08:37 pkarthick@stripped[prem] +1 -3 Import patch mysql-4.0-winepath.patch # 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: pkarthick # Host: blr-naas-nwl04.blr.novell.com # Root: /home/prem/bk/mysql-4.0 --- 1.7/netware/BUILD/mwenv 2005-03-08 21:48:52 +05:30 +++ 1.8/netware/BUILD/mwenv 2005-08-30 13:08:37 +05:30 @@ -1,10 +1,8 @@ #! /bin/sh -# F:/mydev, /home/kp/mydev, and 4.0.21 must be correct before compiling # This values are normally changed by the nwbootstrap script -# the default is "F:/mydev" -export MYDEV="F:/mydev" +export MYDEV="Z:$HOME/mydev" export MWCNWx86Includes="$MYDEV/libc/include;$MYDEV/fs64/headers;$MYDEV/zlib-1.1.4;$MYDEV" export MWNWx86Libraries="$MYDEV/libc/imports;$MYDEV/mw/lib;$MYDEV/fs64/imports;$MYDEV/zlib-1.1.4;$MYDEV/mysql-VERSION/netware/BUILD"