summaryrefslogtreecommitdiff
path: root/src/pl/plpgsql/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make init-po and update-po recursive make targetsPeter Eisentraut2012-06-291-2/+3
| | | | | This is for convenience, now that adding recursive targets is much easier than it used to be when the NLS stuff was initially added.
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
|
* Expand test coverage support to entire treePeter Eisentraut2009-08-071-2/+2
| | | | | | | | | | | | Test coverage support now covers the entire source tree, including contrib, instead of just src/backend. In a related but independent development, the commands make coverage and make coverage-html can be run in any directory. This turned out to be much easier than feared. Besides a few ad hoc fixes to pass the make target down the tree, change all affected makefiles to list their directories in the SUBDIRS variable, changed from variants like DIRS and WANTED_DIRS. MSVC build fix was attempted as well.
* Catch all errors in for and while loops in makefiles. Don't ignore anyPeter Eisentraut2008-03-181-5/+2
| | | | | | errors in any commands, including in various clean targets that have so far been handled inconsistently. make -i is available to ignore all errors in a consistent and official way.
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
|
* Back out qnx plpgsql/Makefile change and move to src/Makefile.Bruce Momjian2001-05-241-10/+1
|
* I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian2001-05-241-1/+10
| | | | | | | | | | | | | | | | it does not support 64bit integers. AFAIK that's the default data type for OIDs, so I am not surprised that this does not work. Use gcc instead. BTW., 7.1 does not compile as is with gcc either, I believed the required patches made it into the 7.1.1 release but obviously I missed the deadline. Since the ports mailing list does not seem to be archived I have attached a copy of the patch (for 7.1 and 7.1.1). I've just performed a build of a Watcom compiled version and found a couple of bugs in the watcom specific part of that patch. Please use the attached version instead. Tegge, Bernd
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-2/+2
| | | | | to one another. Sort out builddir vs srcdir variable namings. Remove some now obsoleted make variables.
* Add distprep target to take some of the job of the release_prep script.Peter Eisentraut2000-07-191-2/+2
| | | | | | | | | | | | | The latter updated accordingly. Also add `dist' and `distcheck' targets to play with, but caveat packager. Updated backend/bootstrap and backend/parser makefile to make them marginally builddir aware and fix the usual set of things. Add rule to automatically remake config.h dependent on config.h.in and config.status. (Adopted from Autoconf manual and about every other package.) On a good day we should now have a complete and accurate set of dependencies throughout everything.
* Makefile cleanup for bin and pl subtrees. They should now supportPeter Eisentraut2000-06-271-0/+19
| | | | | all the standard semantics. Also get rid of Makefile.in's on the way and instead declare all variables in Makefile.global.
* Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in thePeter Eisentraut2000-06-201-20/+0
| | | | | interfaces and interfaces/odbc make files. Adjusted regression test driver to start building and installing in the top level directory.
* failed to add some of Jan's files :(Marc G. Fournier1998-10-011-0/+20