summaryrefslogtreecommitdiff
path: root/src/makefiles
AgeCommit message (Expand)Author
2001-05-08Mention SHELL usage in initdb.Bruce Momjian
2001-05-07Shared library and GCC support for SCO OpenServer.Peter Eisentraut
2001-05-03Fixes to make ecpg work on Cygwin, from Jason Tishler <Jason.Tishler@dothill....Tom Lane
2001-04-04Clean up AIX makefile to recognize subversions of AIX 4.1 correctly.Tom Lane
2001-04-04Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane
2001-03-24Hadn't built on a PARISC 1.1 box in a long time ... but when I did,Tom Lane
2001-03-14Move -Bsymbolic for HPUX to Makefile.hpux, per Peter E's recommendation.Tom Lane
2001-03-10Use install-sh unconditionally.Peter Eisentraut
2001-03-03Add configure check for -lunix, for QNX.Peter Eisentraut
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-10Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes.Bruce Momjian
2001-02-10Repair BSD/OS shared library fixes.Peter Eisentraut
2001-01-09Remove -L$(libdir) from DLLLIBS to prevent linking with an old versionPeter Eisentraut
2000-12-16Fix linker options for ODBC driver. See comment inPeter Eisentraut
2000-12-11Darwin porting patches from Peter Bierman <bierman@apple.com>Tom Lane
2000-12-07Do not use 'ar cq' to build library archives, use 'ar cr' instead.Peter Eisentraut
2000-11-30Make all commands that link a program look likePeter Eisentraut
2000-11-14spaces to tabPeter Eisentraut
2000-11-14Give GCC on Irix a (theoretical) chance.Peter Eisentraut
2000-11-09Also test for 'void *' as third arg of accept() (as on Solaris 7 and 8),Peter Eisentraut
2000-11-09Please apply this patch to current, to fix a problem with runcheck,Bruce Momjian
2000-11-08Only use ld -R flag in UW 7.1*, since it's new.Peter Eisentraut
2000-11-06Back out aix makefile patch.Bruce Momjian
2000-11-06Makefile.ports (copied from makefiles/Makefile.aix) is included beforeBruce Momjian
2000-11-04Separate CFLAGS_SL and CXXFLAGS_SL, to allow building with C and C++Peter Eisentraut
2000-10-31This is the minimal version of the Darwin support patch fromPeter Eisentraut
2000-10-31Determine CXXFLAGS after the C++ compiler was detected. Also honorPeter Eisentraut
2000-10-27Make use of system-specific linker option to embed shared library searchPeter Eisentraut
2000-10-23Polish shared library build to reduce number of special hacks. InPeter Eisentraut
2000-10-22Makeover for Unixware 7.1.1Peter Eisentraut
2000-10-21Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut
2000-10-21This file isn't used anywhere.Peter Eisentraut
2000-10-20Add check for GNU or not GNU ld, needed to pick the right export_dynamicPeter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-16Something changed, that now shows that there is a dependency missing inBruce Momjian
2000-10-10Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut
2000-10-09Cosmetic cleanups of Beos portPeter Eisentraut
2000-10-07Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut
2000-10-07 The beos port in the source tree doesn't even compile. and evenBruce Momjian
2000-10-02Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian
2000-09-29Please apply the following patch to fix problems with the AIX portBruce Momjian
2000-09-29Linking with -lc or -lm crashes on Cygwin; filter out those libraries fromPeter Eisentraut
2000-09-27Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-07-15Rename templates to match names in makefiles/Makefile.* and include/port.Peter Eisentraut
2000-07-12Can you please apply the following patch to current CVSBruce Momjian
2000-06-11Substituted new configure test for types of accept()Peter Eisentraut
2000-04-05Please forget all I said about gcc and AIX in my previous mail.Bruce Momjian
2000-03-08I've made a diff against the 7.0beta1 tree that accomplishes several things:Bruce Momjian