head	1.11;
access;
symbols
	release-6-3:1.9;
locks; strict;
comment	@# @;


1.11
date	98.06.12.22.26.18;	author momjian;	state dead;
branches;
next	1.10;

1.10
date	98.04.06.00.32.04;	author momjian;	state Exp;
branches;
next	1.9;

1.9
date	98.02.13.04.57.23;	author scrappy;	state Exp;
branches;
next	1.8;

1.8
date	97.10.25.05.58.56;	author thomas;	state Exp;
branches;
next	1.7;

1.7
date	97.04.26.05.49.31;	author scrappy;	state Exp;
branches;
next	1.6;

1.6
date	97.04.16.14.13.51;	author scrappy;	state Exp;
branches;
next	1.5;

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

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

1.3
date	97.04.04.09.01.30;	author scrappy;	state Exp;
branches;
next	1.2;

1.2
date	97.04.04.08.16.27;	author scrappy;	state Exp;
branches;
next	1.1;

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


desc
@@


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


1.10
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
@@


1.9
log
@Remove -m486 option, since it is platform specific...this should technically
be removed everywhere, but so far linux-elf is the only platform that is
being reported a problem with...
@
text
@d2 1
a2 1
CFLAGS:-O2 
d5 1
a5 1
SRCH_INC:/usr/include/ncurses /usr/include/readline
@


1.8
log
@Have compiler use 486 instruction set. (Should add item in linux FAQ).
@
text
@d2 1
a2 1
CFLAGS:-O2 -m486
@


1.7
log
@More misc patches from Thomas for regression tests and linux templates
@
text
@d2 1
a2 1
CFLAGS:-O2
@


1.6
log
@Fix a problem with Linux where yacc is *really* bison -y
@
text
@d2 1
a2 1
CFLAGS:
d5 1
a5 1
SRCH_INC:
d8 1
a8 1
DLSUFFIX:.o
d10 1
a10 1
YACC: bison -y
@


1.5
log
@Change BACKEND to CFLAGS
@
text
@d10 1
a10 1
YACC:
@


1.4
log
@Move YACC and YFLAGS into the template files

Clean up the .sample files...comment out all sample entries except for
the localhost one
@
text
@d2 1
a2 1
BACKEND:
@


1.3
log
@Got AROPT setting backwards...correct it
@
text
@d9 2
@


1.2
log
@Remove some files that were inadvertantly created
Clean up format of linux-elf
@
text
@d1 1
a1 1
AROPT:cq
@


1.1
log
@One helluva mess.

	Further extended Makefile.global/build/configure so that we can
have a 'template' file for each OS (and each version of OS, as in BSDi)
which is used as much as possible to generate Makefile.global

	Any future ports should look at using the template file as a basis,
before moving over to Makefile.global.

	This will most probably break alot of the ports, atho I've tried to
be very neat about it...
@
text
@d8 1
a8 1
DLSUFFIX=.o
@
