summaryrefslogtreecommitdiff
path: root/src/makefiles
Commit message (Expand)AuthorAgeFilesLines
* Clean up AIX makefile to recognize subversions of AIX 4.1 correctly.Tom Lane2001-04-041-2/+2
* Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane2001-04-041-2/+3
* Hadn't built on a PARISC 1.1 box in a long time ... but when I did,Tom Lane2001-03-241-1/+1
* Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation.Tom Lane2001-03-141-0/+2
* Use install-sh unconditionally.Peter Eisentraut2001-03-101-0/+2
* Add configure check for -lunix, for QNX.Peter Eisentraut2001-03-031-1/+0
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-271-2/+3
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-201-3/+2
* Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.Bruce Momjian2001-02-102-2/+2
* Repair BSD/OS shared library fixes.Peter Eisentraut2001-02-101-2/+2
* Remove -L$(libdir) from DLLLIBS to prevent linking with an old versionPeter Eisentraut2001-01-091-2/+2
* Fix linker options for ODBC driver. See comment inPeter Eisentraut2000-12-168-2/+10
* Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane2000-12-111-0/+1
* Do not use 'ar cq' to build library archives, use 'ar cr' instead.Peter Eisentraut2000-12-075-5/+5
* Make all commands that link a program look likePeter Eisentraut2000-11-303-5/+5
* spaces to tabPeter Eisentraut2000-11-141-1/+1
* Give GCC on Irix a (theoretical) chance.Peter Eisentraut2000-11-141-3/+6
* Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8),Peter Eisentraut2000-11-091-1/+1
* Please apply this patch to current, to fix a problem with runcheck,Bruce Momjian2000-11-091-3/+11
* Only use ld -R flag in UW 7.1*, since it's new.Peter Eisentraut2000-11-081-0/+2
* Back out aix makefile patch.Bruce Momjian2000-11-061-4/+0
* Makefile.ports (copied from makefiles/Makefile.aix) is included beforeBruce Momjian2000-11-061-0/+4
* Separate CFLAGS_SL and CXXFLAGS_SL, to allow building with C and C++Peter Eisentraut2000-11-045-5/+24
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-311-0/+7
* Determine CXXFLAGS after the C++ compiler was detected. Also honorPeter Eisentraut2000-10-311-0/+3
* Make use of system-specific linker option to embed shared library searchPeter Eisentraut2000-10-279-10/+23
* Polish shared library build to reduce number of special hacks. InPeter Eisentraut2000-10-231-0/+1
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-221-2/+4
* Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut2000-10-2120-17/+126
* This file isn't used anywhere.Peter Eisentraut2000-10-211-4/+0
* Add check for GNU or not GNU ld, needed to pick the right export_dynamicPeter Eisentraut2000-10-201-1/+5
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-204-7/+6
* Something changed, that now shows that there is a dependency missing inBruce Momjian2000-10-161-2/+2
* Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut2000-10-103-7/+4
* Cosmetic cleanups of Beos portPeter Eisentraut2000-10-091-1/+0
* Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut2000-10-0710-10/+12
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-071-1/+3
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-021-0/+6
* Please apply the following patch to fix problems with the AIX portBruce Momjian2000-09-291-1/+1
* Linking with -lc or -lm crashes on Cygwin; filter out those libraries fromPeter Eisentraut2000-09-291-0/+4
* Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut2000-09-271-3/+1
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-313-8/+8
* Rename templates to match names in makefiles/Makefile.* and include/port.Peter Eisentraut2000-07-152-0/+0
* Can you please apply the following patch to current CVSBruce Momjian2000-07-121-1/+1
* Substituted new configure test for types of accept()Peter Eisentraut2000-06-111-1/+1
* Please forget all I said about gcc and AIX in my previous mail.Bruce Momjian2000-04-051-1/+1
* I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian2000-03-081-0/+16
* Patch for Irix from Mark Dalphin.Bruce Momjian2000-03-021-2/+1
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-161-0/+11
* New LDOUT makefile variable for QNX os.Bruce Momjian1999-12-132-2/+2