List:Internals« Previous MessageNext Message »
From:pkarthick Date:November 14 2005 3:08pm
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/14 20:38:29 pkarthick@stripped +1 -0
  NetWare specific change to use posix semantics

  netware/BUILD/mwenv
    1.10 05/11/14 20:38:27 pkarthick@stripped +1 -1
    NetWare specific change to use posix semantics

# 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_posix

--- 1.9/netware/BUILD/mwenv	2005-11-14 10:29:51 +05:30
+++ 1.10/netware/BUILD/mwenv	2005-11-14 20:38:27 +05:30
@@ -22,7 +22,7 @@
 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 _posixprelude -exit _posixpostlude -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.2159)pkarthick14 Nov