List:Commits« Previous MessageNext Message »
From:msvensson Date:August 24 2006 1:52pm
Subject:bk commit into 5.0 tree (msvensson:1.2250)
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-08-24 15:52:00+02:00, msvensson@neptunus.(none) +1 -0
  Convert include directives for mwccnlm compiler

  netware/BUILD/mwccnlm@stripped, 2006-08-24 15:51:58+02:00, msvensson@neptunus.(none) +4 -3
    mwccnlm is having a hard time understanding "-I.." or any path ending in ".". Convert it to end in slash

# 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/my50-m-netware-yassl

--- 1.7/netware/BUILD/mwccnlm	2006-08-24 15:52:04 +02:00
+++ 1.8/netware/BUILD/mwccnlm	2006-08-24 15:52:04 +02:00
@@ -3,9 +3,10 @@
 # stop on errors
 set -e
 
-# mwccnlm is having a hard time understanding "-I./../include"
-# convert it to "-I../include"
-args=" "`echo $* | sed -e 's/-I.\/../-I../g'`
+# mwccnlm is having a hard time understanding "-I.." or any
+# path ending in ".". Convert it to end in slash
+args=" "`echo $* | \
+sed -e 's/-I.\/../-I../g' -e 's/\(-I[.\/]*.\) /\1\/ /g'`
 
 # NOTE: Option 'pipefail' is not standard sh
 set -o pipefail
Thread
bk commit into 5.0 tree (msvensson:1.2250)msvensson24 Aug