Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
path: root/src/mk
AgeCommit message (Collapse)Author
1996-11-19Eliminate mk/ directory. The tyranny of the included make file templates isBryan Henderson
ended!
1996-11-18Rename SLSUFF to DLSUFFIXBruce Momjian
1996-10-27Simplify make files, add full dependencies.Bryan Henderson
1996-10-11Add a MIPS/NetBSD port...Marc G. Fournier
1996-10-04Moved the define of SIGNAL_ARGS that D'Arcy just created to config.h so thatMarc G. Fournier
hopefully this sort of thing can eventually be determined using configure?
1996-10-04The remainder of D'Arcy's changes, most notibly the usage of SIGNAL_ARGSMarc G. Fournier
1996-09-24Patch for:Marc G. Fournier
# _fUnKy_POSTPORT_sTuFf_ - port to run the postmaster on Submitted by: D'Arcy
1996-09-23Here's a patch that I discussed recently on pg95-dev that changes theMarc G. Fournier
way one creates a database system. Parts that were in "make install" are not either in "make all" or initdb. Nothing goes in the PGDATA directory besides user data. Creating multiple database systems is easier. In addition to applying the patch, it is necessary to move the file libpq/pg_hba to backend/libpq/pg_hba.sample. Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
1996-08-19Added a SVR4 portMarc G. Fournier
--- below my signature, there are a coupls of diffs and files in a shell archive, which were needed to build postgres95 1.02 on Siemens Nixdorfs MIPS based SINIX systems. Except for the compiler switches "-W0" and "-LD-Blargedynsym" these diffs should also apply for other SVR4 based systems. The changes in "Makefile.global" and "genbki.sh" can probably be ignored (I needed gawk, to make the script run). There is one bugfix thou. In "src/backend/parser/sysfunc.c" the function in this file didn't honor the EUROPEAN_DATES ifdef. --- Submitted by: Frank Ridderbusch <ridderbusch.pad@sni.de>
1996-08-14Here's a small makefile patch that corrects the following bug: The makefilesMarc G. Fournier
don't indicate that the libpq.a library is a dependency of all the /bin programs. So if the library changes, the /bin programs don't get remade. Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
1996-08-13I have attached a minor update for the Postgres make files. This updateMarc G. Fournier
does 2 things: 1) Make it hard to not notice the make failed. (As you recall, someone on the mailing list had this problem. I've had it to some extent myself). The 1.02 make files continue with the next subdirectory when a make in a subdirectory fails. The patch makes the make stop in the conventional way when a submake fails. It also adds a reassuring message when the make succeeds and adds a note to the INSTALL file to expect it. 2) Include loader flags on all invocations of the linker. The 1.02 make files omit the $(LDFLAGS) on some of the linker invocations. On my system, I need one of those flags just to make it invoke the proper version of the compiler/linker, so LDFLAGS has to be everywhere. Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
1996-08-13Small cleanup of the irix5 portMarc G. Fournier
Submitted by: Andrew Martin <martin@biochemistry.ucl.ac.uk>
1996-07-29Modifications for bsdi from Kurt(sp?)Marc G. Fournier
1996-07-27Fix where 'make clean' wipes out everything if no obj directoryMarc G. Fournier
exists... Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-25Add in port to DG/UXMarc G. Fournier
Submitted by: "Brian E. Gallew" <geek+@cmu.edu>
1996-07-25moved the FLEX stuf from Makefile.global to hereMarc G. Fournier
1996-07-23More Merge's from Dr' sourec treeMarc G. Fournier
1996-07-22- added LD_ADD+=-ltermcap to postgres.mk.bsdi_2_1Marc G. Fournier
- submitted by: Bruce Momjian (root@candle.pha.pa.us)
1996-07-20Brought in NEOSOFT's port to i386_solarisMarc G. Fournier
Submitted by: Randy Kunkee <kunkee@Starbase.NeoSoft.COM>
1996-07-16fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}Marc G. Fournier
submitted by: Bruce Momjian (root@candle.pha.pa.us)
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier