summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2017-11-30Fix non-GNU makefiles for AIX make.Noah Misch
2017-08-09Prevent passing down MAKELEVEL/MAKEFLAGS from non-GNU make to GNU make.Tom Lane
2011-02-15Allow make check in PL directoriesPeter Eisentraut
2010-01-28Add new make targets "world", "install-world" and "installcheck-world" to bui...Andrew Dunstan
2009-12-23Revert brainfart: Of course the wildcard only works in GNU make itself.Peter Eisentraut
2009-12-23Replace target list by a wildcard, so that this workaround makefilePeter Eisentraut
2007-01-20Remove remains of old depend target.Peter Eisentraut
2006-08-18Add installcheck-parallel target to top level makefiles.Andrew Dunstan
2004-10-06please find attached an alternate submission which addresses open itemBruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-12-30Fix unportable use of '!' in shell commands.Peter Eisentraut
2000-11-06Fix GNU make detection.Peter Eisentraut
2000-10-22Makeover for Unixware 7.1.1Peter Eisentraut
2000-06-12Put back old Makefiles, in pgsql and pgsql/src.Bruce Momjian
2000-06-12Remove Makefile. Now generated by configure.Bruce Momjian
2000-06-12Add makefile to warn about not using gmake.Bruce Momjian
2000-06-11Fix typo.Tom Lane
2000-06-10Moved the intricacies of the perl interface build into its own makefilePeter Eisentraut
2000-06-09If we're gonna have people running make from the top directory now,Tom Lane