List:Commits« Previous MessageNext Message »
From:msvensson Date:September 26 2006 5:52pm
Subject:bk commit into 5.0 tree (msvensson:1.2274)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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@stripped, 2006-09-26 17:52:15+02:00, msvensson@neptunus.(none) +1 -0
  Fir problem with winepath in mwenv

  netware/BUILD/mwenv@stripped, 2006-09-26 17:52:13+02:00, msvensson@neptunus.(none) +2 -2
    Add extra / after $base for winepath to work correctly
    Add / between $base and WINE_BUILD_DIR

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/work/my50-work

--- 1.14/netware/BUILD/mwenv	2006-09-26 17:52:20 +02:00
+++ 1.15/netware/BUILD/mwenv	2006-09-26 17:52:20 +02:00
@@ -21,9 +21,9 @@
 
 # Get current dir in wine format
 base=`echo $MYDEV  |sed 's/\/.*//'`
-base_unix_part=`winepath -- -u $base`
+base_unix_part=`winepath -- -u $base/`
 WINE_BUILD_DIR=`echo "$BUILD_DIR" | sed 's_'$base_unix_part'/__'`
-WINE_BUILD_DIR="$base$WINE_BUILD_DIR"
+WINE_BUILD_DIR="$base/$WINE_BUILD_DIR"
 echo "WINE_BUILD_DIR: $WINE_BUILD_DIR"
 
 export
MWCNWx86Includes="$MYDEV/libc/include;$MYDEV/fs64/headers;$MYDEV/zlib-1.2.3;$WINE_BUILD_DIR/include;$MYDEV"
Thread
bk commit into 5.0 tree (msvensson:1.2274)msvensson26 Sep