summaryrefslogtreecommitdiff
path: root/src/backend/common.mk
Commit message (Expand)AuthorAgeFilesLines
* Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut2008-09-051-1/+7
* We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txtPeter Eisentraut2008-03-171-3/+3
* Write the objfiles.txt rules in a way that is compatible with GNU make 3.78,Peter Eisentraut2008-02-291-6/+4
* Change expand_subsys function so that it preserves the relative order ofPeter Eisentraut2008-02-271-2/+2
* Need more dependencies to get the build order right when objfiles.txtPeter Eisentraut2008-02-261-2/+2
* We don't need to rebuild objfiles.txt every time an object file changes.Peter Eisentraut2008-02-261-2/+5
* Link postgres from all object files at once, to avoid the error-pronePeter Eisentraut2008-02-251-5/+27
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-191-0/+25