summaryrefslogtreecommitdiff
path: root/src/template/linux-elf
AgeCommit message (Collapse)Author
1998-06-12template changesBruce Momjian
1998-04-06Hi,Bruce Momjian
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
1998-02-13Remove -m486 option, since it is platform specific...this should technicallyMarc G. Fournier
be removed everywhere, but so far linux-elf is the only platform that is being reported a problem with...
1997-10-25Have compiler use 486 instruction set. (Should add item in linux FAQ).Thomas G. Lockhart
1997-04-26More misc patches from Thomas for regression tests and linux templatesMarc G. Fournier
1997-04-16Fix a problem with Linux where yacc is *really* bison -yMarc G. Fournier
1997-04-11Change BACKEND to CFLAGSMarc G. Fournier
1997-04-04Move YACC and YFLAGS into the template filesMarc G. Fournier
Clean up the .sample files...comment out all sample entries except for the localhost one
1997-04-04Got AROPT setting backwards...correct itMarc G. Fournier
1997-04-04Remove some files that were inadvertantly createdMarc G. Fournier
Clean up format of linux-elf
1997-04-04One helluva mess.Marc G. Fournier
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...