List:Internals« Previous MessageNext Message »
From:pkarthick Date:November 24 2005 6:13am
Subject:bk commit into 4.0 tree (pkarthick:1.2159)
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 repository of prem. When prem 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.2159 05/11/24 11:43:27 pkarthick@stripped +1 -0
  NetWare specific change to use POSIX_SEMAANTICS.

  netware/BUILD/mwenv
    1.9 05/11/24 11:43:25 pkarthick@stripped +4 -2
    NetWare specific change to use POSIX_SEMAANTICS.

# 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/Sawtooth_SP2

--- 1.8/netware/BUILD/mwenv	2005-08-30 13:08:37 +05:30
+++ 1.9/netware/BUILD/mwenv	2005-11-24 11:43:25 +05:30
@@ -6,7 +6,8 @@
 
 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"
-export MWNWx86LibraryFiles="libcpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib;libz.a;neb.imp;zPublics.imp;knetware.imp"
+#export MWNWx86LibraryFiles="libcpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib;libz.a;neb.imp;zPublics.imp;knetware.imp"
+export MWNWx86LibraryFiles="posixpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib;libz.a;neb.imp;zPublics.imp;knetware.imp"
 
 export WINEPATH="$MYDEV/mw/bin"
 
@@ -21,7 +22,8 @@
 export CXX='mwccnlm -gccincludes'
 export CXXFLAGS='-align 8 -proc 686 -relax_pointers -dialect c++ -bool on -wchar_t on -D_WCHAR_T'
 export LD='mwldnlm'
-export LDFLAGS='-entry _LibCPrelude -exit _LibCPostlude -map -flags pseudopreemption'
+#export LDFLAGS='-entry _LibCPrelude -exit _LibCPostlude -map -flags pseudopreemption'
+export LDFLAGS='-entry POSIX_Start -exit POSIX_Stop -map -flags pseudopreemption'
 export RANLIB=:
 export STRIP=:
 
Thread
bk commit into 4.0 tree (pkarthick:1.2159)pkarthick24 Nov