List:Internals« Previous MessageNext Message »
From:kvishwanatha Date:October 17 2005 12:29pm
Subject:bk commit into 4.1 tree (bldsql:1.2384)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of bldsql. When bldsql 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.2384 05/10/17 17:59:04 bldsql@stripped +1 -0
  NetWare specific changes:
  To remove optimization flag as it's not there in NetWare releases.

  netware/BUILD/mwenv
    1.12 05/10/17 17:59:00 bldsql@stripped +2 -2
    NetWare specific changes:
    To remove optimization flag as it's not there in NetWare releases.

# 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:	bldsql
# Host:	blr-naas-nwl03.blr.novell.com
# Root:	/home/bldsql/bk/mysql-4.1-web-test

--- 1.11/netware/BUILD/mwenv	2005-10-17 12:11:01 +05:30
+++ 1.12/netware/BUILD/mwenv	2005-10-17 17:59:00 +05:30
@@ -19,9 +19,9 @@
 export AR_FLAGS='-type library -o'
 export AS='mwasmnlm'
 export CC='mwccnlm -gccincludes'
-export CFLAGS='-enum int -O3 -align 8 -proc 686 -relax_pointers -dialect c'
+export CFLAGS='-enum int  -align 8 -proc 686 -relax_pointers -dialect c'
 export CXX='mwccnlm -gccincludes'
-export CXXFLAGS='-enum int -O3 -align 8 -proc 686 -relax_pointers -dialect c++ -bool on -wchar_t on -D_WCHAR_T'
+export CXXFLAGS='-enum int  -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 RANLIB=:
Thread
bk commit into 4.1 tree (bldsql:1.2384)kvishwanatha17 Oct