8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00
This commit is contained in:
asfernandes 2007-04-03 02:31:30 +00:00
parent e1a768d421
commit f4aba4e145
12 changed files with 6 additions and 13 deletions

View File

@ -2,7 +2,6 @@
#
# Run this to generate all the initial makefiles, etc.
#
# $Id: autogen.sh,v 1.13 2007-03-30 15:15:09 alexpeshkoff Exp $
PKG_NAME=Firebird2
SRCDIR=`dirname $0`

View File

@ -31,7 +31,6 @@
# Contributor(s):
#
#
# $Id: tarinstall.sh.in,v 1.3 2007-04-01 12:32:45 mkubecek Exp $
#
# The way this works is that the buildroot file is stored relative to the root

View File

@ -31,7 +31,6 @@
# Contributor(s):
#
#
# $Id: tarinstall.sh.in,v 1.5 2007-04-01 12:32:53 mkubecek Exp $
#
# THe way this works is that the buildroot file is stored relative to the root

View File

@ -28,7 +28,6 @@
#
# Alex Peshkov
#
# $Id: Makefile.in.embed.lockmgr,v 1.11 2007-04-02 07:58:58 alexpeshkoff Exp $
#
ROOT=..
ObjModuleType=boot

View File

@ -15,7 +15,7 @@
# All Rights Reserved.
# Contributor(s): ______________________________________.
# Start of file prefix.freebsd: $(VERSION) @PLATFORM@
#$Id: prefix.freebsd,v 1.16 2007-04-01 10:34:24 alexpeshkoff Exp $
#
# 2 Oct 2002, Nickolay Samofatov - Major Cleanup
OS_ServerFiles=inet_server.cpp

View File

@ -15,7 +15,7 @@
# All Rights Reserved.
# Contributor(s): ______________________________________.
# Start of file prefix.linux: $(VERSION) $(PLATFORM)
#$Id: prefix.linux_powerpc,v 1.2 2007-04-01 10:34:25 alexpeshkoff Exp $
#
# 2 Oct 2002, Nickolay Samofatov - Major cleanup
PROD_FLAGS=-ggdb -fno-omit-frame-pointer -fsigned-char -DNDEBUG -DLINUX -pipe -MMD -fPIC -fmessage-length=0 -DLINUX -DPowerPC -DPPC -O3 -mcpu=powerpc

View File

@ -15,7 +15,7 @@
# All Rights Reserved.
# Contributor(s): ______________________________________.
# Start of file prefix.netbsd: $(VERSION) @PLATFORM@
#$Id: prefix.netbsd,v 1.4 2007-04-01 10:34:26 alexpeshkoff Exp $
#
# 2 Oct 2002, Nickolay Samofatov - Major Cleanup
OS_ServerFiles=inet_server.cpp

View File

@ -19,8 +19,6 @@
#
# Use SOLX86 to identify x86 version of Solaris. Neil McCalden
#
# $Id: prefix.solx86,v 1.27 2007-04-01 10:34:29 alexpeshkoff Exp $
#
# Start of file prefix.solaris X 86 : $(VERSION) $(PLATFORM)
# 2 Oct 2002, Nickolay Samofatov - Major Cleanup

View File

@ -18,8 +18,6 @@
#
# Use SOLX86 to identify x86 version of Solaris. Neil McCalden
#
# $Id: prefix.solx86gcc,v 1.20 2007-04-01 10:34:30 alexpeshkoff Exp $
#
# Start of file prefix.solaris X 86 : $(VERSION) $(PLATFORM)
# 2 Oct 2002, Nickolay Samofatov - Major Cleanup

View File

@ -183,7 +183,7 @@ Syntax:
[ '<specific-attributes>' ]
Notes:
1) Specific attributes should be separated by semicolon.
1) Specific attributes should be separated by semicolon and are case sensitive.
Examples:
1) CREATE COLLATION UNICODE_ENUS_CI

View File

@ -286,6 +286,7 @@ void SafeArg::dump(const TEXT* target[], size_t v_size) const
target[i] = 0;
continue;
}
switch (m_arguments[i].type)
{
case safe_cell::at_char:

View File

@ -93,7 +93,7 @@
/*****************************************************
* Linux for Intel platforms
* Linux platforms
*****************************************************/
#ifdef LINUX
#define QUADFORMAT "ll"