Commit Graph

182 Commits (8743ea1b2eb3dfbb024f40e8d9952cd85596f552)

Author SHA1 Message Date
Bruce Momjian ebcaa5fcde Remove BSD/OS (BSDi) port. There are no known users upgrading to 14 years ago
Peter Eisentraut f2f9439fbf Remove dead ports 14 years ago
Tom Lane 1568fa75bc Use single quotes in preference to double quotes for protecting pathnames. 15 years ago
Tom Lane a61b6b7d18 Fix assorted issues with build and install paths containing spaces. 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Peter Eisentraut 19e231bbda Improved parallel make support 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 16 years ago
Tom Lane 8307b092b7 Still more third thoughts: when linking shared libraries, LDFLAGS probably 16 years ago
Tom Lane 291a957745 Split the LDFLAGS make variable into two parts: LDFLAGS is now used for 16 years ago
Peter Eisentraut 234c7ce9f2 Derived files that are shipped in the distribution used to be built in the 17 years ago
Tom Lane 3d167209a7 Make the .DEF file generation rules safe against tabs in exports.txt. 17 years ago
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury 17 years ago
Peter Eisentraut 26af72b46b Allow out-of-tree builds on mingw and cygwin 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Peter Eisentraut 0884acbcab Move FAQ_AIX information to installation instructions. 17 years ago
Peter Eisentraut 86ec73b909 Synchronize the shared object build rules in Makefile.port with Makefile.shlib 18 years ago
Peter Eisentraut db5f60cb18 On cygwin and win32, don't override the shlib name when building a module. 18 years ago
Peter Eisentraut 64e31b4f82 Always define stlib, since some platforms need it for building modules. 18 years ago
Peter Eisentraut 46e76373ec Implement a few changes to how shared libraries and dynamically loadable 18 years ago
Peter Eisentraut 9623b727da Don't build the win32 support files in the all target, only in distprep and 18 years ago
Peter Eisentraut bdaf90b70f Reorganize some of the exports list generation code. It seems that this 18 years ago
Peter Eisentraut 734a56ca2e Escape # character in variable assignment 18 years ago
Peter Eisentraut a1d5d85747 Refactor the code that creates the shared library export files to appear 18 years ago
Bruce Momjian e152949ee2 Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into the 19 years ago
Tom Lane 733abd2987 Fix another erroneous =-for-:= substitution. 19 years ago
Peter Eisentraut c138b966d4 Replace useless uses of := by = in makefiles. 19 years ago
Peter Eisentraut fe733968ea Indent comments in makefiles better so they don't appear in the output. 19 years ago
Tom Lane 9b5e108ee9 Fix shared library creation to work properly on AIX. Albe Laurenz 20 years ago
Tom Lane 1e7bb2da57 Arrange to strip libpq.so of symbols that aren't officially supposed to 20 years ago
Tom Lane 04ca4caa81 Remove use of lorder and tsort while building static libraries. There's 20 years ago
Bruce Momjian 44f9021223 Remove BEOS port. 20 years ago
Bruce Momjian 12af9cdff4 Add support for Solaris x86_64 using Sun's compiler. 20 years ago
Peter Eisentraut a29c04a541 Allow installation into directories containing spaces in the name. 20 years ago
Tom Lane 6d4bcda38c Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX. 20 years ago
Tom Lane a7de22d8d5 Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use 20 years ago
Tom Lane be27a20123 Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier 21 years ago
Tom Lane 89439b8c4f Set shlib naming convention on Cygwin to 'cygFOO.dll', which appears 21 years ago
Tom Lane 0016911b5d Fix unwanted side-effects of recent SHLIB_LINK -L patch on existing 21 years ago
Bruce Momjian 5bced8f5cb Move -L flag around for shared builds: 21 years ago
Tom Lane b4363b7733 Hack around the discrepancy between default library search paths for 21 years ago
Bruce Momjian 7504f0bae8 Reverse this patch: 21 years ago
Bruce Momjian 16661d60ab > A quick look shows that when you use --with-libraries=/foo/bar the 21 years ago
Tom Lane a34d76ef65 Fix up makefile dependencies for pg_config_paths.h. 21 years ago
Tom Lane 8e57975219 Clean up rpath handling for HPUX --- we can't use the cc-style rpath 21 years ago
Tom Lane 86b5545260 Adjust SHLIB_LINK for cygwin case. 21 years ago
Tom Lane bb85f1b9b1 Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin. 21 years ago
Bruce Momjian c7add816f5 Export only required symbols in libpq on Win32. 22 years ago
Bruce Momjian 4d94e99b90 > This lets you do something like: 22 years ago
Bruce Momjian 4855d7ebe4 Allow compiles for Cygwin /contrib modules. 22 years ago
Bruce Momjian ae1703d897 Enable static lib builds on Win32 and Cygwin. 22 years ago