List:Internals« Previous MessageNext Message »
From:pkarthick Date:November 23 2005 12:26pm
Subject:bk commit into 4.0 tree (pkarthick:1.2160)
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.2160 05/11/23 16:56:47 pkarthick@stripped +1 -0
  NetWare specific change to change the Entry and Exit functions.

  netware/BUILD/mwenv
    1.9 05/11/23 16:56:45 pkarthick@stripped +3 -2
    NetWare specific change to change the Entry and Exit functions.

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

--- 1.8/netware/BUILD/mwenv	2005-08-30 13:08:37 +05:30
+++ 1.9/netware/BUILD/mwenv	2005-11-23 16:56:45 +05:30
@@ -6,7 +6,7 @@
 
 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="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 +21,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 _NonAppStart -exit _NonAppStop -map -flags pseudopreemption'
 export RANLIB=:
 export STRIP=:
 
Thread
bk commit into 4.0 tree (pkarthick:1.2160)pkarthick23 Nov