head	1.6;
access;
symbols
	release-6-3:1.1;
locks; strict;
comment	@# @;


1.6
date	98.06.12.22.26.19;	author momjian;	state dead;
branches;
next	1.5;

1.5
date	98.04.27.14.46.51;	author scrappy;	state Exp;
branches;
next	1.4;

1.4
date	98.04.11.21.14.50;	author scrappy;	state Exp;
branches;
next	1.3;

1.3
date	98.04.06.02.03.08;	author momjian;	state Exp;
branches;
next	1.2;

1.2
date	98.04.06.00.32.11;	author momjian;	state Exp;
branches;
next	1.1;

1.1
date	97.09.18.01.32.14;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.6
log
@template changes
@
text
@AROPT:crs
CFLAGS:-O2
SHARED_LIB:-fpic
ALL:
SRCH_INC:
SRCH_LIB:
USE_LOCALE:no
DLSUFFIX:.so
YFLAGS:-d
YACC:bison -y
@


1.5
log
@From: Ryan Kirkpatrick <rkirkpat@@nag.cs.colorado.edu>

        Ok, I have finally gotten all of the defines for Dec/Alpha and
Linux/Alpha sorted out as Marc asked. There is no longer any need for
'-Dalpha' or '-Dlinuxalpha' in either the Dec/Alpha or the Linux/Alpha
template files (./src/template/{alpha,linuxalpha}). I have replaced every
instance of 'alpha' or '__alpha__' with '__alpha', as that appears to be
the common symbol between C compilers on both operating systems (RH4.2 &
DecUnix 4.0b) for alpha.
@
text
@@


1.4
log
@linuxalpha patches from Ryan Kirkpatrick <rkirkpat@@nag.cs.colorado.edu>
@
text
@d2 1
a2 1
CFLAGS:-O2 -Dalpha -Dlinuxalpha
@


1.3
log
@cleanup and possible alpha-linux fix.
@
text
@d2 1
a2 1
CFLAGS:-O2 -Dalpha
@


1.2
log
@Hi,

Attached you'll find a (big) patch that fixes make dep and make
depend in all Makefiles where I found it to be appropriate.

It also removes the dependency in Makefile.global for NAMEDATALEN
and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh
a little smarter.

This no longer requires initdb.sh that is turned into initdb with
a sed script when installing Postgres, hence initdb.sh should be
renamed to initdb (after the patch has been applied :-) )

This patch is against the 6.3 sources, as it took a while to
complete.

Please review and apply,

Cheers,

Jeroen van Vianen
@
text
@d2 1
a2 1
CFLAGS:-O2 
@


1.1
log
@Ack, I missed a template file here :(
@
text
@d5 1
a5 1
SRCH_INC:/usr/include/ncurses /usr/include/readline
@
