summaryrefslogtreecommitdiff
path: root/src/Makefile.global.in
AgeCommit message (Expand)Author
2012-11-01Have make never delete intermediate files automaticallyPeter Eisentraut
2012-10-28Preserve intermediate .c files in coverage modePeter Eisentraut
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-08-30Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian
2012-06-29Make init-po and update-po recursive make targetsPeter Eisentraut
2012-06-28Further fix install program detectionPeter Eisentraut
2012-06-27Fix install program detectionPeter Eisentraut
2012-06-27Use system install program when available and usablePeter Eisentraut
2012-05-07Fix pg_config.h make rulePeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2012-02-02ecpg: Improve test buildingPeter Eisentraut
2011-07-03Make distprep and *clean build targets recurse into all subdirectories.Tom Lane
2011-06-16Use single quotes in preference to double quotes for protecting pathnames.Tom Lane
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2011-04-15Rename pg_regress option --multibyte to --encodingPeter Eisentraut
2011-03-28Add maintainer-check targetPeter Eisentraut
2011-02-15Allow make check in PL directoriesPeter Eisentraut
2011-01-24sepgsql, an SE-Linux integration for PostgreSQLRobert Haas
2010-12-26Only build in crashdump support on Windows if there's a working dbghelp.h.Andrew Dunstan
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-15Adjust comments about what's needed to avoid make 3.80 bug.Tom Lane
2010-11-14Work around make 3.80 bug with long expansions of $(eval).Tom Lane
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-24When in automatic dependency mode, never delete any intermediatePeter Eisentraut
2010-07-06Accept slightly grotty coding in Makefile.global in order to keep the -LTom Lane
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-05-13Fix vpath installation from distribution tarball (bug #5447)Peter Eisentraut
2010-03-24Mark "installcheck-parallel", "world", "install-world" and "installcheck-wor...Andrew Dunstan
2009-12-15Python 3 support in PL/PythonPeter Eisentraut
2009-11-03Build bzip2 tarball in dist target as wellPeter Eisentraut
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-09Ship documentation without intermediate tarballsPeter Eisentraut
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-08-04Use DocBook XSL stylesheets for man page buildingPeter Eisentraut
2009-06-23Fix the makefiles to fail cleanly if Perl is needed but not present. ThisTom Lane
2009-02-19Add an implicit rule %.c -> %.i for running the C preprocessor.Peter Eisentraut
2009-01-22Recreate ecpg_config.h with a stamp file created by config.status, samePeter Eisentraut
2009-01-05When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut
2009-01-05Fix for cross-compilation between mingw32 and something else. The choicePeter Eisentraut
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-07Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary.Peter Eisentraut
2008-11-26configure check for docbook2man program, used in the new XML-based manPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-10-29Support for Sun Studio compiler on LinuxPeter Eisentraut
2008-10-03Fix coverage targets so that HTML view is reliably updated when test dataPeter Eisentraut
2008-09-05Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut
2008-08-29Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut
2008-02-17Upgrade to Autoconf 2.61:Peter Eisentraut