8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00
This commit is contained in:
asfernandes 2008-12-27 18:24:56 +00:00
parent 2426572aca
commit de5ee1561d
20 changed files with 6 additions and 46 deletions

View File

@ -31,8 +31,6 @@
# Contributor(s):
#
#
# $Id: preInstall.sh.in,v 1.2 2008-01-07 12:25:44 paulbeach Exp $
#
# The pre install routine for Firebird Classic

View File

@ -31,10 +31,8 @@
# Contributor(s):
#
#
# $Id: tarmainInstall.sh.in,v 1.2 2008-01-07 12:25:47 paulbeach Exp $
#
# Install script for FirebirdSQL database engine
# Install script for Firebird database engine
# http://www.firebirdsql.org
InteractiveInstall=1

View File

@ -31,10 +31,8 @@
# Contributor(s):
#
#
# $Id: tarmainUninstall.sh.in,v 1.2 2008-01-07 12:25:47 paulbeach Exp $
#
# Install script for FirebirdSQL database engine
# Install script for Firebird database engine
# http://www.firebirdsql.org
InteractiveInstall=1

View File

@ -30,8 +30,6 @@
# Contributor(s):
#
#
# $Id: makeinstallImage.sh.in,v 1.2 2008-01-07 12:26:13 paulbeach Exp $
#
# Script to copy install files from the build/transport area

View File

@ -32,8 +32,6 @@
# Contributor(s):
#
#
# $Id: tarInstall.sh.in,v 1.2 2008-01-07 12:26:20 paulbeach Exp $
#
# THe way this works is that the buildroot file is stored relative to the root
# directory and a tar -xvf at root directory will restore all the files in

View File

@ -32,8 +32,6 @@
# Contributor(s):
#
#
# $Id: tarUninstall.sh.in,v 1.2 2008-01-07 12:26:22 paulbeach Exp $
#
#------------------------------------------------------------------------

View File

@ -32,10 +32,8 @@
# Contributor(s):
#
#
# $Id: tarmainInstall.sh.in,v 1.2 2008-01-07 12:26:23 paulbeach Exp $
#
# Install script for FirebirdSQL database engine
# Install script for Firebird database engine
# http://www.firebirdsql.org
# This is the new file !!!

View File

@ -32,8 +32,6 @@
# Contributor(s):
#
#
# $Id: tarmainUninstall.sh.in,v 1.2 2008-01-07 12:26:23 paulbeach Exp $
#
# Install script for FirebirdSQL database engine
# http://www.firebirdsql.org

View File

@ -15,7 +15,7 @@
# All Rights Reserved.
# Contributor(s): ______________________________________.
# Start of file prefix.darwin: $(VERSION) @PLATFORM@
#$Id: prefix.darwin,v 1.1 2003-07-05 15:22:32 brodsom Exp $
#
.SUFFIXES: .bin .o .cpp .c
.cpp.o:

View File

@ -14,8 +14,7 @@
#
# All Rights Reserved.
# Contributor(s): ______________________________________.
# Start of file prefix.freebsd: $(VERSION) $(PLATFORM)
#$Id: prefix.freebsd,v 1.1 2003-07-05 15:22:32 brodsom Exp $
#
.SUFFIXES: .c .e
.e.c:

View File

@ -15,9 +15,6 @@
# All Rights Reserved.
# Contributor(s): ______________________________________.
# Start of file prefix.linux: $(VERSION) $(PLATFORM)
#$Id: prefix.linux,v 1.1 2003-07-05 15:22:32 brodsom Exp $
#Revision 1.6 2000/12/01 11:20:31 fsg
#Added SHRLIB_EXT to prefix.linux
#
.SUFFIXES: .c .e

View File

@ -14,8 +14,7 @@
#
# All Rights Reserved.
# Contributor(s): ______________________________________.
# Start of file prefix.netbsd: $(VERSION) $(PLATFORM)
#$Id: prefix.netbsd,v 1.1 2003-07-05 15:22:32 brodsom Exp $
#
.SUFFIXES: .c .e
.e.c:

View File

@ -18,9 +18,6 @@
#
# Use SOLX86 to identify x86 version of Solaris. Neil McCalden
#
# $Id: prefix.solx86,v 1.1 2003-07-05 15:22:32 brodsom Exp $
#
# Start of file prefix.solaris X 86 : $(VERSION) $(PLATFORM)
.SUFFIXES: .c .e
.e.c:
$(GPRE) $(GPRE_FLAGS) $<

View File

@ -21,8 +21,6 @@
# Contributor(s): ______________________________________.
#
#
# $Id: Makefile.in.codes,v 1.21 2007-12-14 11:31:57 alexpeshkoff Exp $
#
ROOT=..
ObjModuleType=std

View File

@ -27,8 +27,6 @@
# Contributor(s):
#
#
# $Id: Makefile.in.fbutil,v 1.6 2003-03-27 11:21:45 aafemt Exp $
#
ROOT=../..
include $(ROOT)/src/make.defaults

View File

@ -27,8 +27,6 @@
# Contributor(s):
#
#
# $Id: Makefile.in.msgs,v 1.18 2007-12-14 11:32:05 alexpeshkoff Exp $
#
ROOT=..
ObjModuleType=std

View File

@ -23,8 +23,6 @@
# Contributor(s): ______________________________________.
#
#
# $Id: fbintl.hpux.vers,v 1.2 2008-01-17 12:09:36 paulbeach Exp $
#
+e LD_lookup_charset

View File

@ -17,10 +17,6 @@
# This file can be used to build FB on Solaris 2.6 x 86 with gcc 3.3.3 and bash
#
# Use SOLX86 to identify x86 version of Solaris. Neil McCalden
#
# $Id: make.platform.solaris.examples,v 1.2 2008-09-04 10:23:26 paulbeach Exp $
#
# Start of file prefix.solaris X 86 : $(VERSION) $(PLATFORM)
# 2 Oct 2002, Nickolay Samofatov - Major Cleanup
WARNINGS=-Wall -W -Wno-unused -Wno-parentheses -Wno-switch -Wwrite-strings

View File

@ -27,8 +27,6 @@
# Contributor(s):
#
#
# $Id: Makefile.in,v 1.2 2004-08-19 13:50:55 kkuznetsov Exp $
#
ROOT=..

View File

@ -20,6 +20,4 @@
* Contributor(s): ______________________________________.
*
*
* $Id: fb_boilerplate.h,v 1.4 2004-06-30 01:51:00 skidder Exp $
*
*/