From: | adunstan(at)postgresql(dot)org (Andrew Dunstan) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add new make targets "world", "install-world" and |
Date: | 2010-01-28 23:59:53 |
Message-ID: | 20100128235953.1D5207541B9@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Add new make targets "world", "install-world" and "installcheck-world" to build, install and check just about everything.
In addition to everything built installed and tested by all, install and installcheck targets, these build HTML Docs,
build and test contrib, and test PLs and ECPG.
Modified Files:
--------------
pgsql:
GNUmakefile.in (r1.55 -> r1.56)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/GNUmakefile.in?r1=1.55&r2=1.56)
Makefile (r1.15 -> r1.16)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/Makefile?r1=1.15&r2=1.16)
pgsql/doc/src/sgml:
contrib.sgml (r1.15 -> r1.16)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/contrib.sgml?r1=1.15&r2=1.16)
installation.sgml (r1.339 -> r1.340)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.339&r2=1.340)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2010-01-29 01:06:18 | pgsql: Fix thinko in new installcheck-world target |
Previous Message | Peter Eisentraut | 2010-01-28 23:21:13 | pgsql: Type table feature This adds the CREATE TABLE name OF type |